09.09.2011, 20:15
Quote:
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[]) Код:
if(!strcmp(const string1[], const string2[], bool:ignorecase, length)) |
pawn Код:
CMD:Name(playerid, o[])