[Ajuda] AFK MOTIVO .
#3

Nem precisa de sscanf

PHP код:
CMD:afk(playeridparams[])
{
    new 
string[64], motivo[64];
    if(!
AFK[playerid])
    {
        if(
isnull(params)) return SendClientMessage(playerid, -1"Digite: /afk [motivo]");
        
format(stringsizeof string"[AFK]O Jogador (%s) Estб AFK, Motivo: %s"PlayerName(playerid), params);
        
SendClientMessageToAll(-1string);
        
SetPlayerPos(playerid322.197998,302.497985,999.148437);
        
SetPlayerInterior(playerid5);
        
SetPlayerHealth(playerid9999);
        
ResetPlayerWeapons(playerid);
        
AFK[playerid] = true;
    }
    return 
1;

Reply


Messages In This Thread
AFK MOTIVO . - by JuniorTheDM - 24.07.2015, 21:40
Re: AFK MOTIVO . - by HaRdiiZin - 24.07.2015, 21:48
Re: AFK MOTIVO . - by humildadeforever - 24.07.2015, 21:50

Forum Jump:


Users browsing this thread: 2 Guest(s)