[AJUDA]Comando
#3

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/basefree"cmdtexttrue10) == 0)
    {
        new 
Float:Pos[3];
        
GetPlayerPos(playeridPos[0], Pos[1], Pos[2]);
        
SendClientMessage(playerid,0x0B6F00AA"Espere 10 segundos para ser teleportado.");
        
SetTimerEx("AntiEsc"10000false"dfff"playeridPos[0], Pos[1], Pos[2]);
        return 
1;
    }
    return 
0;
}
forward Check(pIDFloat:XFloat:YFloat:Z);
public 
Check(pIDFloat:XFloat:YFloat:Z)
{
    new 
Float:Pos[3];
    
GetPlayerPos(pIDPos[0], Pos[1], Pos[2]);
    if(
Pos[0] == && Pos[1] == && Pos[2] == Z)
    {
        new 
nome[MAX_PLAYER_NAME];
        
SetPlayerInterior(pID,0);
        
SetPlayerPos(pID1431100511);
        
SendClientMessage(pID,0x0B6F00AA"{FF0101}Seja Bem Vindo a {0C01FF}Base Free");
        
SendClientMessage(pID,0x0B6F00AA"Para Ver os Criadores da BF. Digite /cbf");
        
GetPlayerName(pID,nome,sizeof(nome));
        
format(stringsizeof(string), "%s foi para a Base Free /BaseFree"nome);
        
SendClientMessageToAll(0x33CCFFAAstring);
    }
    else { 
SendClientMessage(playerid,0x0B6F00AA"Vocк se mexeu e por isto nгo foi teleportado."); }
    return 
1;

Reply


Messages In This Thread
[AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 02:42
Re: [AJUDA]Comando - by [BEP]AcerPilot - 06.07.2011, 02:44
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 02:53
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 03:08
Re: [AJUDA]Comando - by Macintosh - 06.07.2011, 03:27
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 03:30
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 12:08
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 12:46
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 13:39
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)