13.05.2012, 19:23
just get the id when you create the vehicle
then use it to lock the car.
so when they login or want to spawn their car ,
(wherever you create the vehicle)
then use
you should have some kinda var to track the vehicle id for the player
that should not be saved, but used when creating/deleting the vehicle
hope this helps.
~J5
then use it to lock the car.
so when they login or want to spawn their car ,
(wherever you create the vehicle)
then use
pawn Код:
new playervid[MAX_PLAYERS];
playervid[playerid]=CreateVeh
that should not be saved, but used when creating/deleting the vehicle
hope this helps.
~J5