20.11.2008, 17:15
Ok I have a question , I want to use the use checkpoint for enableing menu's.
How exactly would that look?
Something more like:
Код:
new checkpoint;
Код:
checkpoint = CreateCheckpoint();
Код:
Public OnPlayerEnterStreamedCheckpoint(playerid, streamid);
{
if(streamid = checkpoint)
{
ShowMenuForPlayer(blabla, playerid);
}
return 1;
}

