18.12.2014, 20:45
How does it not work? Also, your code is flawed as it will basically allow anyone who has a faction ID higher than -1 to drive in the vehicles you listed.
I'm all out of ideas. Try to change this line:
to
If my code doesn't work, something else is causing this issue.
Do you even know what your code does?
I'm all out of ideas. Try to change this line:
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
pawn Код:
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER)
Do you even know what your code does?


