05.06.2012, 08:00
я решил вопрос по другому
Код:
public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate == PLAYER_STATE_DRIVER) { new caridi = GetPlayerVehicleID(playerid); pltaxi[playerid] = caridi; } if(newstate == PLAYER_STATE_ONFOOT) { SetVehicleToRespawn(pltaxi[playerid]); pltaxi[playerid] = -1; } }