13.04.2011, 04:49
Errm.
Error der!
Brackets aren't necessary
pawn Код:
GetPlayerPos(playerid, XZ, YZ, ZZ);
{
}
pawn Код:
if(pInfo[playerid][Team] == 2)
{
new Float:XZ;
new Float:YZ;
new Float:ZZ;
GetPlayerPos(playerid, XZ, YZ, ZZ);
DeathArea = GangZoneCreate(XZ-20, YZ-20, XZ+20, YZ+20);
GangZoneShowForAll(DeathArea, VIRUS_ZONE_COLOR);
}