06.12.2010, 20:00
nгo e isto nгo, Esta escrito no forum desse jeito por que eu escrevi na hora.
no gm ta assim:
eu ja tentei nos dois publics e nao aparece, as cordenadas estгo certas mais continua nao aparecendo
no gm ta assim:
pawn Код:
public OnPlayerSpawn(playerid)
{
if(DonoGZ1 == 1) { GangZoneShowForPlayer(playerid, GZ1, 0x0000D391); }
if(DonoGZ1 == 2) { GangZoneShowForPlayer(playerid, GZ1, 0x0000D3B9); }
if(DonoGZ1 == 12) { GangZoneShowForPlayer(playerid, GZ1, 0x00FF00A8); }
if(DonoGZ1 == 13) { GangZoneShowForPlayer(playerid, GZ1, 0x0000FFBB); }
if(DonoGZ1 == 14) { GangZoneShowForPlayer(playerid, GZ1, 0x000000A4); }
if(DonoGZ1 == 15) { GangZoneShowForPlayer(playerid, GZ1, 0xFFE700A9); }
if(DonoGZ1 == 16) { GangZoneShowForPlayer(playerid, GZ1, 0x00000087); }
if(DonoGZ1 == 17) { GangZoneShowForPlayer(playerid, GZ1, 0x8900FFA4); }//gz2
if(DonoGZ2 == 0) { GangZoneShowForPlayer(playerid, GZ2, 0xC0C0C096); }
if(DonoGZ2 == 1) { GangZoneShowForPlayer(playerid, GZ2, 0x0000D391); }
if(DonoGZ2 == 2) { GangZoneShowForPlayer(playerid, GZ2, 0x0000D3B9); }
if(DonoGZ2 == 12) { GangZoneShowForPlayer(playerid, GZ2, 0x00FF00A8); }
if(DonoGZ2 == 13) { GangZoneShowForPlayer(playerid, GZ2, 0x0000FFBB); }
if(DonoGZ2 == 14) { GangZoneShowForPlayer(playerid, GZ2, 0x000000A4); }
if(DonoGZ2 == 15) { GangZoneShowForPlayer(playerid, GZ2, 0xFFE700A9); }
if(DonoGZ2 == 16) { GangZoneShowForPlayer(playerid, GZ2, 0x00000087); }
if(DonoGZ2 == 17) { GangZoneShowForPlayer(playerid, GZ2, 0x8900FFA4); }
}