Quote:
Originally Posted by Lorenc_
Errm.
pawn Код:
GetPlayerPos(playerid, XZ, YZ, ZZ); { }
Error der!
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); }
Brackets aren't necessary
|
Oh ok, I'll remove them. but do u know how to use IsPlayerInArea with that