[AJUDA] Como devo colocar o Tele?
#4

Caso Seja o ъnico ou ъltimo Comando da Public OnPlayerCommandText, coloque assim.


pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{ // Abriu a OnPlayerCommandText
    if(strcmp(cmdtext,"/arrancada",true)==0)
    {  // Abriu as Funзхes do Comando.
    SetPlayerPos(playerid,2069.885,855.223,6.394);
    GameTextForPlayer(playerid,"Alguem foi para Arrancada",4000,6);
    return 1;
    } // Fexou As Funзхes do Comando.
    return 0;
} // Fexou a OnPlayerCommandText.
Reply


Messages In This Thread
[AJUDA] Como devo colocar o Tele? - by Gads - 07.05.2011, 19:32
Re: [AJUDA] Como devo colocar o Tele? - by [R] ousenber [K] - 07.05.2011, 19:36
Re: [AJUDA] Como devo colocar o Tele? - by JonathanFeitosa - 07.05.2011, 19:42
Re: [AJUDA] Como devo colocar o Tele? - by Peedro Felix - 07.05.2011, 19:46
Re: [AJUDA] Como devo colocar o Tele? - by TheGarfield - 07.05.2011, 19:49
Re: [AJUDA] Como devo colocar o Tele? - by Gads - 07.05.2011, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)