25.04.2010, 20:04
Hey sa-mp forum,
I seem to be having this error on compiling my scripts... :S
Here is the part of the script:
thanks in advance,
borg245
I seem to be having this error on compiling my scripts... :S
Quote:
C:\Documents and Settings\Gabriel Borg\Desktop\samp\gamemodes\LSTW2Uv1.pwn(76 ![]() |
Код:
766 for (new t=0; t<MAX_TURFS; t++) { 767 GangZoneCreate( turfs[ t ][zMinX], turfs[ t ][zMinY], turfs[ t ][zMaxX], turfs[ t ][zMaxY] ); 768 GangZoneShowForPlayer(playerid, ZoneInfo[ zone ][ZoneID], GangZone_CurrentColour[ zone ] ); 769 for (new teams=0; teams<MAX_TEAMS; teams++) TurfInfo[ t ][ teams ][ MIT ]=0; 770 }
borg245