Quote:
Originally Posted by Dujma
Quote:
Originally Posted by | Friped |
Quote:
Originally Posted by Rks_
search for this one, tip:OnVehicleSpawn.
|
ty worked but now i got an porblem more =(
Код:
SetVehicleNumberPlate(vehicleid,cInfo[vehicleid][Plate]);
SetVehicleToRespawn(vehicleid);
SetVehiclePos(vehicleid,cInfo[vehicleid][SpawnX],cInfo[vehicleid][SpawnY],cInfo[vehicleid][SpawnZ]);
SetVehicleZAngle(vehicleid,cInfo[vehicleid][SpawnR]);
it does the Setpos 1 and then respawn it so it wont go to the pos it shull go to =(
|
You need to use that with timer under OnVehicleSpawn
|
ok? ive tried that but didnt get it to work can you help me then?