sscanf question , how to do this ?
#1

pawn Код:
new giveplayer[20];
if (!sscanf(params, "i",giveplayer )||!sscanf(params, "s[20]",giveplayer))
{
    new para1;
    para1 = ReturnUser(giveplayer);
    //bla bla rest of the code
}
It works ok but only for the name of the player , if i give the playerid it doesn't work (invalid playerid) .
Reply


Messages In This Thread
sscanf question , how to do this ? - by Dj_maryo1993 - 24.10.2010, 10:29
Re: sscanf question , how to do this ? - by Whizion - 24.10.2010, 10:33
Re: sscanf question , how to do this ? - by Dj_maryo1993 - 24.10.2010, 10:35
Re: sscanf question , how to do this ? - by Whizion - 24.10.2010, 10:42
Re: sscanf question , how to do this ? - by Dj_maryo1993 - 24.10.2010, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)