17.12.2013, 18:17
So, i've been trying to work out how to use multiple param commands, heres my code
But if there is a "pID" value inserted, it wont pass through, any idea?
pawn Код:
else if(!strcmp(option, "uninvite"))
{
if(sscanf(params, "{s[35]}r", pID)) return SendClientMessage(playerid, COLOR_GM, "USAGE: /faction uninvite [playerid]");
print("Uninvite");
printf("DEBUG 'uninvite' ID: %d", pID);
}