[New Project] AmxModX Compiler Introduction

Here we will announce every update or news that is brought to this project.
Post

User avatar
Founders
Posts
149
Joined
Fri Mar 01, 2024 5:51 am
RO - INTRODUCERE PROIECT WORLDCS.RO - AMXMODX COMPILER 2024
  • 📌 Suntem foarte bucurosi sa va anuntam ca comunitatea WorldCs.Ro Romania va aduce tuturor serverelor de Counter-Strike 1.6 din intreaga lume cel mai nou AmxModx Plugin Compiler. Proiectul este deja in constructi si tot ce va putem oferi acum sunt doar cateva poze cum va arata acesta, iar despre functionalitea lui vom vorbi mai jos.
    📊 Compilerul este creat de la 0 iar acesta va include toate versiunile de AmxModx inclusiv cel mai noi 1.10, parte pe care nu o sa mai aveti erori cu compilarea pluginurilor. Pe langa asta compilerul va functiona in totalitate pe linux, asta insemnind o compilare foarte rapida si fara probleme.
    👉 Compilarea pluginurilor nu va mai fi de acum o problema. Veti putea folosi si pluginuri care contin fisiere .inc. Proiectul este in dezvoltare deja si speram sa fie gata in cateva zile. Va las mai jos cateva poze, iar pentru mai multe informatii despre acest proiect vom reveni cand cel care construieste acest compiler ne va spune mai multe. Va tinem la curent si speram sa va aduca un plus odata cu lansarea lui!
ENGLISH - AMXMODX INTRODUCTION NEW PROJECT
  • 📌 We are very happy to announce that the WorldCs.Ro Romania community will bring the newest AmxModx Plugin Compiler to all Counter-Strike 1.6 servers around the world. The project is already under construction and all we can offer you now are just a few pictures of what it will look like, and we will talk about its functionality below.
    📊 The compiler is created from 0 and it will include all versions of AmxModx including the newest 1.10, part of which you will no longer have errors with the compilation of plugins. In addition, the compiler will work completely on linux, which means a very fast and trouble-free compilation.
    👉 Compiling plugins will no longer be a problem. You will also be able to use plugins that contain .inc files. The project is already in development and we hope it will be ready in a few days. I leave you some pictures below, and for more information about this project we will come back when the person who builds this compiler tells us more. We will keep you updated and we hope to bring you a plus once it is released!
Image

Image

Image
Image
Post

User avatar
Administrators
Posts
123
Joined
Fri Mar 01, 2024 7:44 pm
Felicitari Al3x, sigur va fi ceva frumos si sper si eu ca sa ajute comunitatea si serverele din intreaga lume!
D O W N L O A D C S 1.6 N E X T C L I E N T : CS16-NEXTCLIENT.EU
L I N K: https://cs16-nextclient.eu
Post

User avatar
Moderators
Posts
83
Joined
Sat Mar 02, 2024 3:36 pm
Super de okay proiectul, am ramas in urma cu cateva chesti dar o sa imi dau update usor, usor! Al3x felicitari pt munca depusa si pt ca ai resit sa faci acest proiect!
Post

User avatar
Server Manager
Posts
5
Joined
Fri Dec 06, 2024 5:18 pm
Interesanta ideea, totusi cu ceva de genu

Code: Select all

#include <amxmodx>

new const xzv1[] = {0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00}
new const xzv2[] = {0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00}
new const xzv3[] = {0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00}

new const byte_a = 0x00
new const byte_s = 0x01
new const byte_space = 0x00
new const byte_h = 0x01
new const byte_a2 = 0x00
new const byte_s2 = 0x01
new const byte_j = 0x00
new const byte_o = 0x01
new const byte_i = 0x00
new const byte_n = 0x01
new const byte_e = 0x00
new const byte_d = 0x01
new const byte_t = 0x00
new const byte_h2 = 0x01
new const byte_g = 0x00
new const byte_a3 = 0x01
new const byte_m = 0x00
new const byte_excl = 0x01
new const byte_null = 0x00

public plugin_init() 
{
    register_plugin(xzv1, xzv2, xzv3)
}

public client_putinserver(x_id) 
{
    new x_msg[64]
    x_msg[0] = byte_a
    x_msg[1] = byte_s
    x_msg[2] = byte_space
    x_msg[3] = byte_h
    x_msg[4] = byte_a2
    x_msg[5] = byte_s2
    x_msg[6] = byte_space
    x_msg[7] = byte_j
    x_msg[8] = byte_o
    x_msg[9] = byte_i
    x_msg[10] = byte_n
    x_msg[11] = byte_e
    x_msg[12] = byte_d
    x_msg[13] = byte_space
    x_msg[14] = byte_t
    x_msg[15] = byte_h2
    x_msg[16] = byte_e
    x_msg[17] = byte_space
    x_msg[18] = byte_g
    x_msg[19] = byte_a3
    x_msg[20] = byte_m
    x_msg[21] = byte_e
    x_msg[22] = byte_excl
    x_msg[23] = byte_null

    new x_name[32]
    get_user_name(x_id, x_name, charsmax(x_name))

    new x_fmsg[64]
    format(x_fmsg, charsmax(x_fmsg), x_msg, x_name)

    client_print(0, print_chat, x_fmsg)
}

s-ar putea sa dea crash compilatorul.. Unele compilatoare au mici 'scapari'. Nu stiu sigur ce versiune e asta dar oricum super proiect :)
SysAdmin / Developer
C(#/++) | Amxx Scripter

Image Discord: kidd0x
Image GitHub: github.com/kidd0x
Post

User avatar
Founders
Posts
149
Joined
Fri Mar 01, 2024 5:51 am
Salut o sa dau mai departe celui care la creat sa verifice problema. Multumim!
Image
Post Reply