28.10.2011, 20:18
pawn Код:
public GangZonesCheck()
{
new string[256];
for(new i = 0; 42 > i; i++)
{
if (IsPlayerConnected(i))
{
new pZone = GetPlayerZone(i);
if(pZone != 999)
{
format(string,128,"~n~~p~Territ¦rio - %s -", gZonesCoordinates[pZone][gZoneName]);
TextDrawSetString(ZoneName[i], string);
TextDrawShowForPlayer(i, ZoneName[i]);
print("Carol 1");
}
else if(pZone == 999)
{
TextDrawHideForPlayer(i, ZoneName[i]);
format(string,256,"~n~~g~Brasil Mata-Mata 2012 Participe da Nossa comunidade no orkut ~g~http://www.orkut.com.br/Main#Community?cmm=110617106");
TextDrawSetString(ZoneName[i], string);
TextDrawShowForPlayer(i, ZoneName[i]);
print("Carol 2");
}
}
}
return 1;
}
bota isto e depois manda oque aparece o nsever.log.