07.01.2013, 08:24
All you need is a variable. First, create the variable :
Then, in the cmd for joining the event, simply change it's value :
And then you can check if the player is at the event by checking the variable like that :
I think you know what to do from here. If you don't, just post what you don't know.
pawn Код:
new var = 0;
pawn Код:
var++;
pawn Код:
if(var==1)