M O N S T E R   T E A M
Pinned Locked

[Tutorial] How to Post Any Code / AMX Mod X Code Correctly

131 views 0 replies 3d ago
#1
How to Add Code Block on This Category

1 - Get Your Code

2 - Make a code block using the code button in the sidebar tools. Press it and type your programming language there, like:

AMXX
public plugin_init()  
{
         register_plugin("Monster Test Plugin", "1.0", "Monster")
         register_clcmd("say /hello", "cmdHello") 
}



public cmdHello(id) { 
       client_print(id, print_chat, "[Monster Team] Hello!") 
       return PLUGIN_HANDLED 
} 


Features

You can use any programming language you want, whether it is JS, Java, PHP, C++, C, or any other language you may need help with. We will be happy to help you!

edited 2d ago

This discussion is closed. This topic has been locked and no longer accepts new replies.