Sscanf
#1

help i was try to learn the fast commands on sa-mp wiki and i used the command heal but it says undefined symbol sscanf
Код:
(87) : error 017: undefined symbol "sscanf"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
code:
PHP код:
dcmd(heal4cmdtext);
    return 
0;
}
dcmd_heal(playeridparams[])
{
    new
        
id;
    if (
sscanf(params"u"id)) SendClientMessage(playerid0xFF0000AA"Usage: \"/heal <playerid>\"");
    else if (
id == INVALID_PLAYER_IDSendClientMessage(playerid0xFF0000AA"Player not found");
    else
    {
        
SetPlayerHealth(id100.0);
        
SendClientMessage(id0x00FF00AA"You have been healed");
        
SendClientMessage(playerid0x00FF00AA"Player healed");
    }
    return 
1;

help!!
_______________________
[GDZ]leader
Dont ASK! me RolePlay questions
www.mefreeroam.tk
Reply


Messages In This Thread
Sscanf - by FireCat - 28.08.2010, 20:13
Re: Sscanf - by Vince - 28.08.2010, 20:14
Re: Sscanf - by Claude - 28.08.2010, 20:15
Re: Sscanf - by FireCat - 28.08.2010, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)