SA-MP Forums Archive
Problem with OnPlayerExitVehicle. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with OnPlayerExitVehicle. (/showthread.php?tid=141641)



Problem with OnPlayerExitVehicle. - actiwe - 14.04.2010

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 ?


Re: Problem with OnPlayerExitVehicle. - ¤Adas¤ - 14.04.2010

What?


Re: Problem with OnPlayerExitVehicle. - Steven82 - 14.04.2010

He obvisouly took out some coding and is not being very smart.



Please show us the OnPlayerExitVehicle.


Re: Problem with OnPlayerExitVehicle. - actiwe - 15.04.2010

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 ?


Re: Problem with OnPlayerExitVehicle. - Thrarod - 15.04.2010

You didnt code that huh?


Re: Problem with OnPlayerExitVehicle. - actiwe - 15.04.2010

Not me only. I'm scripting with my friends.


Re: Problem with OnPlayerExitVehicle. - BurningSWA - 15.04.2010

monkey balls


Re: Problem with OnPlayerExitVehicle. - Adil - 15.04.2010

Quote:
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 ?
You made this ?
pawn Код:
new stuck[MAX_PLAYERS];



Re: Problem with OnPlayerExitVehicle. - actiwe - 15.04.2010

Nah, it was old variable. Suddenly this variable blocks OnPlayerExitVehicle.

PS: If you don't have nothing smart to say then don't post your "genius ideas here"


Re: Problem with OnPlayerExitVehicle. - mprofitt - 31.05.2010

Quote:
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 ?
What exactly did you find that fixed your issue? I am having the same problem, OnPlayerExitVehicle is not getting called.