14.11.2011, 08:35
I am using zCMD + SSCANF.
I made a /vehicle command, and used 'strcmp' to compare the /v [option] to "buy"
How can I add another sscanf string under the 'buy'?
I tried adding it:
But seems like it's not working.
How can I add another string under it then?
Without using strtok and etc.
* NOTE:
Tried changing 'params' to vtext.
I made a /vehicle command, and used 'strcmp' to compare the /v [option] to "buy"
PHP код:
if(strcmp(vtext, "buy", true) == 0)
I tried adding it:
PHP код:
if ( sscanf( params, "d", integer)) return ShowVehicleList(playerid);
How can I add another string under it then?
Without using strtok and etc.
* NOTE:
Tried changing 'params' to vtext.


