07.02.2014, 22:49
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.");
}