23.08.2011, 21:56
Hello everybody
I need your advice in this case, I want change my old commands script, which is like this:
To an other, So I found that there two useful syntaxes:
I have more that 150 commands in my GM so I need your advice in this case, because I cant' chose it myself, I don't know which one is better, and ain't want to change those 150+ commands and finally I'll find that there are bugs in that syntax...
Please
Warm regards
Sorry for my bad English
I need your advice in this case, I want change my old commands script, which is like this:
pawn Code:
if(strcmp(cmdtext, "/cmd", true) == 0)
pawn Code:
dcmd_cmd(playerid,params[])
pawn Code:
CMD:cmd(playerid, params[])
Please
Warm regards

Sorry for my bad English