[Ajuda] Arenas
#6

Criei aqui mesmo no forum
Em zcmd
pawn Код:
CMD:derby(playerid,params[])
{
    new bool:TeleAtivado;
    TeleAtivado = true;
    SetPlayerPos,Float:x, Float:y, Float:z);//Teleport para o derby

return 1;
}
CMD:sairarena(playerid,params[])
{
    TeleAtivado = false;
    SetPlayerPos,Float:x, Float:y, Float:z);//Aonde o player vai se teleportar ao sair do derby
return 1;
}
CMD:drift(playerid,params[])
{
   
    if(TeleAtivado == true) return SendClientMessage(playerid,-1,"VC ESTA NA ARENA PARA SAIR DIGITE /SAIRARENA");//Bloqueia o teleporte se estiver no derby
    SetPlayerPos,Float:x, Float:y, Float:z);//Cordenada do /drif
return 1;
}
@EDIT
nгo testei pora nenhuma D:
Reply


Messages In This Thread
[Ajuda] Arenas - by Kleinowski - 29.05.2012, 13:29
Re: [Ajuda] Arenas - by Schocc - 29.05.2012, 13:51
Re: [Ajuda] Arenas - by Kleinowski - 29.05.2012, 13:57
Re: [Ajuda] Arenas - by ChrisRock - 29.05.2012, 14:11
Re: [Ajuda] Arenas - by Rick_DR - 29.05.2012, 14:14
Re: [Ajuda] Arenas - by Schocc - 29.05.2012, 14:15
Re: [Ajuda] Arenas - by Kleinowski - 29.05.2012, 14:17
Re: [Ajuda] Arenas - by ChrisRock - 29.05.2012, 14:42
Re: [Ajuda] Arenas - by Kleinowski - 29.05.2012, 14:57
Re: [Ajuda] Arenas - by ChrisRock - 29.05.2012, 15:26

Forum Jump:


Users browsing this thread: 3 Guest(s)