15.08.2010, 07:58
P0thead, [pawn] is easy to read but not the best!
[code] allows you to copy and paste text
[pawn] does it in a few lines like if(!strcmp(cmd, "/unjail", true, 7)) // Unjails a player{ if(adminlevel[playerid] < 2) return SendClientMessage(playerid, RED, "You cannot use this command!"); tmp = strtok(cmdtext, idx); if(!strlen(tmp)) aight' see?
[code] allows you to copy and paste text
[pawn] does it in a few lines like if(!strcmp(cmd, "/unjail", true, 7)) // Unjails a player{ if(adminlevel[playerid] < 2) return SendClientMessage(playerid, RED, "You cannot use this command!"); tmp = strtok(cmdtext, idx); if(!strlen(tmp)) aight' see?