31.08.2010, 15:51
Well, I need your help about this... Here's the script:
On the start of the script
On OnPlayerConnect
OnGameModeInit
I have no errors. I wanted only get the The Truth's paintjob... When I come in-game, the paintjob is not changed, they looks like normal campers...
What did I wrong? Maybe it shouldn't be on OnPlayerConnect?
Anyway, help me in that
On the start of the script
Код:
new mothership;
Код:
mothership = GetPlayerVehicleID(playerid); ChangeVehiclePaintjob(mothership,0);
Код:
mothership = AddStaticVehicleEx(483,-1101.638794, -1630.430176, 76.469536,270,-1,-1,20); mothership = AddStaticVehicleEx(483,-1111.678589, -1630.315186, 76.469536,270,-1,-1,20); mothership = AddStaticVehicleEx(483,-1104.774780, -1617.075928, 76.462784,270,-1,-1,20);
What did I wrong? Maybe it shouldn't be on OnPlayerConnect?
Anyway, help me in that