[Ajuda] Evento x1
#2

Da uma olhada:

PHP код:

CMD
:iniciarx1(playeridparams[]){
    static
        
jogador1,
        
jogador2
    
;
    
    
    if(
sscanf(params"ii"jogador1jogador2)) return SendClientMessage(playerid, -1"[ERRO] Use: /iniciarx1 [jogador1] [jogador2]"); 
    
    if(  !
IsPlayerConnected(jogador1) || !IsPlayerConnected(!jogador2))
        return 
SendClientMessage(playerid, -1#ERRO: Coloque um id vбlido );
        
    
    
    // SetPlayerPos(jogador1, POSIЗГO_X,POSIЗГO_Y,POSIЗГO_Z);
    // SetPlayerPos(jogador2, POSIЗГO_X,POSIЗГO_Y,POSIЗГO_Z);
    
    
return true;

Seria mais ou menos assim.
Reply


Messages In This Thread
Evento x1 - by JuniorTheDM - 08.06.2015, 16:02
Re: Evento x1 - by zSuYaNw - 08.06.2015, 16:07
Re: Evento x1 - by JuniorTheDM - 08.06.2015, 16:19
Re: Evento x1 - by zSuYaNw - 08.06.2015, 16:26
Re: Evento x1 - by JuniorTheDM - 08.06.2015, 16:40
Re: Evento x1 - by zSuYaNw - 08.06.2015, 16:42
Re: Evento x1 - by JuniorTheDM - 08.06.2015, 16:56
Re: Evento x1 - by zSuYaNw - 08.06.2015, 17:17
Re: Evento x1 - by JuniorTheDM - 08.06.2015, 17:26
Re: Evento x1 - by zSuYaNw - 08.06.2015, 17:43

Forum Jump:


Users browsing this thread: 1 Guest(s)