05.06.2014, 07:54
So how often do you load it? Or how often do you save it? Yes that would be lovely if you showed it to me.
And I think this is your prob
1200 is a timer how often it will respawn.. So as it is Created vehicle it will respawn every 1200 sec...
CHECK THIS!
And I think this is your prob
pawn Код:
CreateVehicle(PlayerInfo[playerid][vVModel], PlayerInfo[playerid][vVX], PlayerInfo[playerid][vVY], PlayerInfo[playerid][vVZ],PlayerInfo[playerid][vVA],PlayerInfo[playerid][vVC1],PlayerInfo[playerid][vVC2],1200);
CHECK THIS!