[Ajuda] Como criar CMD de teleporte ?
#5

Quote:
Originally Posted by Mteck
Посмотреть сообщение
Segue no exemplo

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new string[128];new pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    if (strcmp("/drift", cmdtext, true, 5) == 0)
    {
        SetPlayerPos(playerid, -2402.4824,-595.0882,132.6484);
        format(string, sizeof(string), "(id:%d)%s foi para a Drift( /drift)", pname);
        return 1;
    }
    if (strcmp("/drift1", cmdtext, true, 5) == 0)
    {
        SetPlayerPos(playerid, -2402.4824,-595.0882,132.6484);
        format(string, sizeof(string), "(id:%d)%s foi para a Drift-1 ( /drift1 )", pname);
        return 1;
    }
    return 0;
}
Sem o SendMessageClientToAll e dificil mostrar algo !
Reply


Messages In This Thread
Como criar CMD de teleporte ? - by Gustavi - 13.05.2013, 11:37
Re: Como criar CMD de teleporte ? - by Kuddy - 13.05.2013, 11:41
Re: Como criar CMD de teleporte ? - by .FuneraL. - 13.05.2013, 11:45
Re: Como criar CMD de teleporte ? - by Mteck - 13.05.2013, 11:52
Re: Como criar CMD de teleporte ? - by Don_Speed - 13.05.2013, 11:57
Re: Como criar CMD de teleporte ? - by Mteck - 13.05.2013, 11:58
Re: Como criar CMD de teleporte ? - by Gustavi - 13.05.2013, 12:22
Re: Como criar CMD de teleporte ? - by ViictorDaay- - 13.05.2013, 14:08
Re: Como criar CMD de teleporte ? - by Mteck - 13.05.2013, 14:13
Re: Como criar CMD de teleporte ? - by Gustavi - 13.05.2013, 21:55

Forum Jump:


Users browsing this thread: 2 Guest(s)