[Ajuda]entrar com 'f'
#1

estava usando um tuto aki do forum e o /entrar deu certo mais o /sair nao funciona apertando 'f'

pawn Код:
if ((newkeys==KEY_SECONDARY_ATTACK)) // Key ( F / Enter )
    {
        OnPlayerCommandText(playerid,"/entrar");        
        OnPlayerCommandText(playerid,"/sair");    
    }
PHP код:
if(strcmp(cmdtext"/sair"true) == 0// Comando
{
    if(
IsPlayerInRangeOfPoint(playerid2.02304.7072, -15.575126.7421))//sair agencia
    
{
         
SetPlayerInterior(playerid0); // .Setando o Interior ao sair
         
SetPlayerPos(playerid1221.1441, -1815.530016.5937); // cordenada de spawn
         
GameTextForPlayer(playerid"~b~L~w~os ~b~S~w~antos"30001);
    }
    return 
1

Reply


Messages In This Thread
[Ajuda]entrar com 'f' - by DrTHE - 06.11.2011, 00:04
Re: [Ajuda]entrar com 'f' - by Cristhian - 06.11.2011, 00:13
Re: [Ajuda]entrar com 'f' - by DrTHE - 06.11.2011, 00:17
Re: [Ajuda]entrar com 'f' - by rjjj - 06.11.2011, 00:59
Re: [Ajuda]entrar com 'f' - by DrTHE - 06.11.2011, 01:13

Forum Jump:


Users browsing this thread: 2 Guest(s)