How to loop through all gangs?
#5

SendClientMessage should be in the loop.

Also
pawn Код:
if(GangInfo[i][Name]) continue;
should be
pawn Код:
if(!strlen(GangInfo[i][Name])) continue;
~[HiC]TheKiller
Reply


Messages In This Thread
How to loop through all gangs? - by mrcoolballs - 09.09.2010, 10:13
Re: How to loop through all gangs? - by cessil - 09.09.2010, 10:20
Re: How to loop through all gangs? - by mrcoolballs - 09.09.2010, 10:24
Re: How to loop through all gangs? - by cessil - 09.09.2010, 10:40
Re: How to loop through all gangs? - by [HiC]TheKiller - 09.09.2010, 10:48
Re: How to loop through all gangs? - by Relixious - 09.09.2010, 11:05
Re: How to loop through all gangs? - by mrcoolballs - 09.09.2010, 11:05
Re: How to loop through all gangs? - by [HiC]TheKiller - 09.09.2010, 11:08
Re: How to loop through all gangs? - by mrcoolballs - 09.09.2010, 11:12
Re: How to loop through all gangs? - by [HiC]TheKiller - 09.09.2010, 11:15

Forum Jump:


Users browsing this thread: 2 Guest(s)