03.10.2013, 18:50
(
Последний раз редактировалось TheChaoz; 04.10.2013 в 14:05.
)
Dame un momento que seguro que se me ocurre algo
Si tienes alguna duda avisame
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_PASSENGER && GetPlayerVehicleID(playerid)== 1/*Pon aqui la id de la ambulancia/as*/)
{
SetPlayerPos(playerid,0.0,0.0,3.0);
}
return 1;
}