04.11.2009, 11:35
Hello
I have a quick question.
I wanted to make a checkpoint in the manor of:
How would I go about defining which checkpoint has which function?
thanks
I have a quick question.
I wanted to make a checkpoint in the manor of:
Код:
new check1 = SetPlayerCheckpoint(playerid, x, y, z, 21);
Код:
public OnPlayerEnterCheckpoint(playerid)
{
if checkpoint is check1,
do this:
blah blah blah
}

