26.08.2011, 01:18
Lil' error here =D
MISSING BRACKET :3
Nice tutorial.
pawn Code:
stock IsNearGate(playerid)
{
for(new a;a<sizeof(GatePos);a++)
{
if(IsPlayerInRangeOfPoint(playerid,10,GatePos[a][0],GatePos[a][1],GatePos[a][2])
{
OnGate[playerid] = a;
return 1;
}
}
return 0;
Nice tutorial.