08.03.2011, 17:25
On normal checkpoint (without streamer) all working okey.
So.. in streamer i must do it.. how?
Код:
public OnPlayerEnterCheckPoint(playerid)
{
if(GetVehicleSpeed(GetPlayerVehicleID(playerid)) == 0.0)
{
ShowMenuForPlayer(Garage, playerid);
}
return true;
}
