24.10.2009, 17:25
Hey!
I created a /OOC command using dcmd but I just want to know if theres a way you can have it done in the same with strcmp like:
Done with something like this:
With out having to have both like:
I created a /OOC command using dcmd but I just want to know if theres a way you can have it done in the same with strcmp like:
pawn Код:
if(strcmp(cmd, "/O", true) == 0 || strcmp(cmd, "/OOC", true) == 0)
pawn Код:
dcmd_OOC(playerid,params[])
pawn Код:
dcmd_OOC(playerid,params[])
dcmd_O(playerid,params[])