[Ayuda] problema con comando
#2

Intenta:
pawn Код:
CMD:traerveh(playerid)
{
    if(PlayerInfo[playerid][pDonateT] == 1)
    {
        new Float:Pos[3];
        GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
        return SetVehiclePos(PlayerInfo[playerid][pCarPremium], Pos[0], Pos[1] + 4, Pos[2]);
    }
    else return Message(playerid, COLOR_GRAD2, "No eres premium.");
}
Reply


Messages In This Thread
[Ayuda] problema con comando - by Ivanlamega - 07.02.2014, 22:44
Respuesta: [Ayuda] problema con comando - by EduGTA - 07.02.2014, 22:49
Respuesta: [Ayuda] problema con comando - by Daniel-92 - 07.02.2014, 22:50
Respuesta: [Ayuda] problema con comando - by Ivanlamega - 07.02.2014, 23:00

Forum Jump:


Users browsing this thread: 1 Guest(s)