09.09.2011, 20:13
Quote:
So u guys suggest, ZCMD ? what's wrong with strcmp? I find it the most easy way, lol
|
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))