09.08.2016, 09:34
Change:
To:
and rest of the error coming from the include try to reinstall it
PHP код:
if( !GetPlayerVehicleID( ID_2 ) ) return SendClientMessage( playerid, 0xFFFFFFFF, "That player is not in a vehicle!" );
PHP код:
if(!IsPlayerInAnyVehicle(ID_2 ) return SendClientMessage( playerid, 0xFFFFFFFF, "That player is not in a vehicle!" );