24.04.2017, 20:27
24 hour bumps only.
this
is simply terrible.
You define all of this, even before checking if the player can use the command at all.
this
Code:
new cmd[256],idx,Cstring[1000],id; new tmp2[256],tmp1[256],tmp[256],file[256],text[256],str[256],vehicleid = GetPlayerVehicleID(playerid); cmd = strtok(cmdtext, idx);
You define all of this, even before checking if the player can use the command at all.