sscanf problems
#3

Код:
new ID;
    if(sscanf(params, "i", ID)) SendClientMessage(playerid, BLANCO, "USAGE: /info(/i) [ID]");
    else if(ID == INVALID_PLAYER_ID) SendClientMessage(playerid, ROJO, "Player is not connected!");
    else
    {
delete "u" on if(sscanf(params, "ui", ID)) SendClientMessage(playerid, BLANCO, "USAGE: /info(/i) [ID]");
Reply


Messages In This Thread
sscanf problems - by HardBoy - 14.11.2012, 20:46
Re: sscanf problems - by HardBoy - 14.11.2012, 20:48
Re: sscanf problems - by blackbhuta - 14.11.2012, 22:10
Re: sscanf problems - by HardBoy - 15.11.2012, 07:20
Re: sscanf problems - by HardBoy - 15.11.2012, 09:17
Re: sscanf problems - by iggy1 - 15.11.2012, 09:31
Re: sscanf problems - by HardBoy - 15.11.2012, 10:34
Re: sscanf problems - by Edvin - 15.11.2012, 10:50
Re: sscanf problems - by HardBoy - 15.11.2012, 10:59
Re: sscanf problems - by HardBoy - 15.11.2012, 11:23

Forum Jump:


Users browsing this thread: 1 Guest(s)