Quote:
Originally Posted by ConnorMcLeod
Here you go :
PHP Code:
#include <amxmodx> #include <fakemeta>
new const g_szGameName[] = "You Mode Name Here"
public plugin_init() { register_plugin("Plugin Name", "Plugin Version", "Plugin Author") register_forward(FM_GetGameDescription, "GetGameDescription") } public GetGameDescription() { forward_return(FMV_STRING, g_szGameName) return FMRES_SUPERCEDE }
Your mode is done.
|
Umm so I copy that and paste into AMXX studio? and I dont understand any single thing in that studio, lol. I dont understand how wto add code etc.
__________________
''Left, right, left, right and so on..''