04.12.2008, 18:01
Uhm I encountered a small problem , the checkpoints only activate the menu when I walk through it . When other players walk through my 3 streamed checkpoints , nothing happens :S. They are able to see the checkpoint , but it does not enable the menu for them.
Code >
Code >
Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid)
{
if(streamid == chickencp1)
{
ShowMenuForPlayer(foodmenu, playerid);
TogglePlayerControllable(playerid,0);
return 1;
}
return 1;
}

