doesnt loads the zones
#1

pawn Код:
stock LoadZones10()
{
new file[256];
for(new p = 0;p<MAX_PLAYERS; p++)
{
for(new i = 0;i<OrgsCount+1; i++)
{
format(file,sizeof(file),"OrgZone10%d.txt",Organization[i][ORGID]);
if(dini_Exists(file))
{
Organization[i][Zonez10] = GangZoneCreate(dini_Float(file,"Minx"),dini_Float(file,"Miny"),dini_Float(file,"Maxx"),dini_Float(file,"Maxy"));
GangZoneShowForAll(Organization[i][Zonez10],Organization[i][Color]);
}
}
}
return 1;
}
Don't know why the gangzone doesnt loads. too much confused. no errors no warnigns but help me to tell that what should i do in this code so it should load the zoones
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)