14.04.2010, 17:35
I'm having troubles with OnPlayerExitVehicle. It is not called if player exits vehicle WHEN his any variable have been changed. Anybody has any clue ?
Originally Posted by actiwe
OnPlayerExitVehicle MUST be called when player exits a car. Am I right ? I know I am. Now.. I have variable for example "stuck[playerid]" . if it changes OnPlayerExitVehicle is not called. Now a question, why ?
|
new stuck[MAX_PLAYERS];
Originally Posted by actiwe
I'm having troubles with OnPlayerExitVehicle. It is not called if player exits vehicle WHEN his any variable have been changed. Anybody has any clue ?
|