03.01.2011, 01:25
Well, i don't get this.
I have this:
The problem is that i can still use commands
And yes, i have 'pInEvent{playerid}' defined in the correct places.
I have this:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success)
{
if(pInEvent{playerid} == 1) return 0;
}
return 1;
}
And yes, i have 'pInEvent{playerid}' defined in the correct places.