public OnPlayerStateChange(playerid, newstate, oldstate){ if(oldstate == PLAYER_STATE_DRIVER) { SetTimerEx("delcar", 15000, 0, "i", vehicleid); } return 1;}