#1
3d ago
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:
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!
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