Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
what does mean return 1;/ return 0; in that callback
and other callbacks as OnPlayerExitVehicle etc..
At OnPlayerUpdate it wont show it for other players or smth like that..
and what means return 0;/1; in stock ?
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
Again you didnt understood me.
I know about OnPlayerUpdate...
But whats about other callbacks like OnPlayerEnter Vehicle.
Doesn't return a specific value - i though this means that there are no returns required but what would mean return 0; here? Nothinbg then?
is it possible to not show for other clients if player is entering in car
For example the same admincars, if player is entering it would set the players current position and then i would like to not show that entering for other players. i supose i need to make a variable and put something in onplayer update with retrn 0; ?