23.01.2010, 11:52
Quote:
Originally Posted by bluray
one little thing not really important but to avoid passengers using /r and fixing others cars, (unless u want it like that)
replace the IsPlayeInAnyVehicle, with PState == PLAYER_STATE_DRIVER. but u cant just copy and past that needs to be defined and so on, but it saves annoying passengers. |
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)