Help with this set vehicle VW
#1

i found some problem , i want make an vehicle virtual world, like this :
pawn Код:
new vwcar = GetPlayerVehicleID(vehicleid);
SetVehicleVirtualWorld(vwcar , 10);
*when am i wrong , correct me

details : when my car destroyed the car is dissapear , and to get it back use cmd..
the cmd now work perfect..

sorry for bad english..
Reply
#2

pawn Код:
GetPlayerVehicleID(vehicleid);
That's wrong, you're trying to fetch vehicle id from a vehicle id.
You should fetch vehicle id from a player id,

pawn Код:
GetPlayerVehicleID(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)