[Ajuda] Problema com Comandos!
#18

pawn Code:
COMMAND:tapa(playerid, params[])
{
    SendAdminText(playerid, "/tapa", params);
    if(APlayerData[playerid][LoggedIn] == true && APlayerData[playerid][PlayerLevel] >= 4)
    {
        if (sscanf(params, "u", params[0]))
            return SendClientMessage(playerid, 0xFF0000AA, "Use: /tapa [id]");
       
        if(!IsPlayerConnected(params[0]))
            return SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000} Esse jogador nгo se encontra online!");
       
        new Msg[128], Name[24], AdminName[24], Float:Pos_[3];
        GetPlayerName(playerid, AdminName, MAX_PLAYER_NAME);
        GetPlayerName(params[0], Name, MAX_PLAYER_NAME);
        GetPlayerPos(params[0], Pos_[0], Pos_[1], Pos_[2]);
        SetPlayerPos(params[0], Pos_[0], Pos_[1], Pos_[2]+10);
        format(Msg, 128, "{FF0000}-| O Administrador %s deu um tapa em %s |-", AdminName, Name);
        SendClientMessageToAll(0xFFFFFFFF, Msg);
        PlayerFile_Save(params[0]);
    }
    return 1;
}
tenta la
Reply


Messages In This Thread
Problema com Comandos! - by #Luca[S]. - 02.06.2014, 17:14
Re: Problema com Comandos! - by SpeakDS - 02.06.2014, 17:19
Re: Problema com Comandos! - by TeercioFelipe - 02.06.2014, 17:34
Re: Problema com Comandos! - by #Luca[S]. - 02.06.2014, 19:59
Re: Problema com Comandos! - by drop - 02.06.2014, 20:02
Re: Problema com Comandos! - by TeercioFelipe - 02.06.2014, 20:02
Re: Problema com Comandos! - by #Luca[S]. - 02.06.2014, 20:05
Re: Problema com Comandos! - by Smoking_Script - 02.06.2014, 20:07
Re: Problema com Comandos! - by caption - 02.06.2014, 20:08
Re: Problema com Comandos! - by #Luca[S]. - 02.06.2014, 20:09
Re: Problema com Comandos! - by #Luca[S]. - 02.06.2014, 20:11
Re: Problema com Comandos! - by Smoking_Script - 02.06.2014, 20:44
Re: Problema com Comandos! - by SpeakDS - 02.06.2014, 20:49
Re: Problema com Comandos! - by Smoking_Script - 02.06.2014, 20:51
Re: Problema com Comandos! - by MultiKill - 02.06.2014, 20:53
Re: Problema com Comandos! - by Smoking_Script - 02.06.2014, 21:02
Re: Problema com Comandos! - by MultiKill - 02.06.2014, 21:07
Re: Problema com Comandos! - by PT - 02.06.2014, 21:18
Re: Problema com Comandos! - by #Luca[S]. - 09.06.2014, 23:19

Forum Jump:


Users browsing this thread: 1 Guest(s)