all commands unknown, but I returned right...
#10

Quote:
Originally Posted by xkirill
Посмотреть сообщение
strcmp is unstandable , Harder to make commands like : /skin [skinid]

zcmd is standable , Easier to make command like the example above this (using sscanf)
easier to write:
Код:
CMD:Name(playerid, params[])
and strcmp you will need to write:
Код:
if(!strcmp(const string1[], const string2[], bool:ignorecase, length))
Even easier:

pawn Код:
CMD:Name(playerid, o[])
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)