[Ajuda] zcmd
#4

Um comando ZCMD nao precisa de callback para ser chamado,coloquei no final do GM
EXEMPLO:

pawn Код:
monte (playerid,params[]){
        if(IsPlayerConnected(playerid))
        {
            {
               }
            if (GetPlayerState(playerid) == 2)
                {
                    new tmpcar = GetPlayerVehicleID(playerid);
                    SetVehiclePos(tmpcar, -2233.7336,-1736.8186,480.8216); LinkVehicleToInterior(tmpcar, 0);
                }
                else
                {
                    SetPlayerInterior(playerid,0);
                    SetPlayerVirtualWorld(playerid,0);
                    SetPlayerPos(playerid,-2233.7336,-1736.8186,480.8216);
                    SetPlayerFacingAngle(playerid,226.0);
                }
            MSGPLAYER(playerid, COLOR_YELLOW, " ||  Vocк Foi Teleportado para o Monte|||");
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] zcmd - by Everton_ - 31.05.2012, 19:30
Re: [DUVIDA] zcmd - by paulor - 31.05.2012, 19:48
Re: [DUVIDA] zcmd - by humildadeforever - 31.05.2012, 19:52
Re: [DUVIDA] zcmd - by 'Duallity - 31.05.2012, 19:52
Re: [DUVIDA] zcmd - by Diogo123 - 31.05.2012, 19:58
Re: [DUVIDA] zcmd - by Everton_ - 31.05.2012, 20:00
Re: [DUVIDA] zcmd - by ViniBorn - 31.05.2012, 20:06
Re: [DUVIDA] zcmd - by humildadeforever - 31.05.2012, 20:09
Re: [DUVIDA] zcmd - by Everton_ - 31.05.2012, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)