[AJUDA] Por Que?
#2

pawn Код:
new bool:GOBlock[MAX_PLAYERS];


CMD:go(playerid, params[]) // Aqui Nуs usaremos "PARAMS[]", Porque Neste Comando Vai pametros
{
    new id; //Variavel Para ID do Player
    if(sscanf(params, "r",id)) return SendClientMessage(playerid, -1, "Correto: /go [id]"); //Vereficar Se digito O comando Certo Caso Nгo Manda a Msg Para O Player
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, -1, "Player nгo conectado!"); //Verefica Se O Player (ID) esta Coonectado
    if(GOBlock[id]) return SendClientMessage(playerid, -1, "[ERRO]: O Jogador Bloqueou Teleportes Ate Ele.");

    new Float:x, Float:y, Float:z;
    GetPlayerPos(id, x, y, z);
    SetPlayerPos(playerid,x,y,z);
    SendClientMessage(playerid, -1, "Vocк Foi Ate O Player."); // Manda A Mensagem Ao Player
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Por Que? - by Jake_Dunlapp - 21.05.2012, 19:02
Re: [AJUDA] Por Que? - by ViniBorn - 21.05.2012, 19:08
Re: [AJUDA] Por Que? - by Jake_Dunlapp - 21.05.2012, 19:14
Re: [AJUDA] Por Que? - by ViniBorn - 21.05.2012, 19:19
Re: [AJUDA] Por Que? - by zbt - 21.05.2012, 19:23
Re: [AJUDA] Por Que? - by Jake_Dunlapp - 21.05.2012, 19:27
Re: [AJUDA] Por Que? - by ViniBorn - 21.05.2012, 19:28
Re: [AJUDA] Por Que? - by Jake_Dunlapp - 21.05.2012, 19:32
Re: [AJUDA] Por Que? - by zbt - 21.05.2012, 19:32
Re: [AJUDA] Por Que? - by Jake_Dunlapp - 21.05.2012, 19:47

Forum Jump:


Users browsing this thread: 3 Guest(s)