28.05.2011, 04:12
Lo haces mal .__.
esta fatal el error, revisalo bien y verбs.. si no puedes, decirme y te ayudo, ya que es algo a simple vista
pawn Код:
public OnPlayerSpawn(playerid)
{
if( Spawn[playerid] == 0)
{
GivePlayerMoney(playerid,2300);
Spawn[playerid] = 1;
}
GangZoneShowForPlayer(playerid, Territorio_Grove, 0x0080009C);
GangZoneShowForPlayer(playerid, Territorio_Balla, 0x80008096);
GangZoneShowForPlayer(playerid, Territorio_Vagos, 0xFFFF0096);
GangZoneShowForPlayer(playerid, Territorio_Azteca, 0x2EBFDE96);
GangZoneShowForPlayer(playerid, Territorio_Barberos, 0x0080FF96);
GangZoneShowForPlayer(playerid, Terriotorio_Civiles, 0xFF000096);
GangZoneShowForPlayer(playerid, Territorio_Interpol, 0x00000096);
GangZoneShowForPlayer(playerid, Territorio_Mafia, 0x80404096);
GangZoneShowForPlayer(playerid, Territorio_Basureros, 0x80800096);
GangZoneFlashForPlayer(playerid,gangzone,COLOR_RED);
{
GangZoneFlashForPlayer(playerid, gangzone, COLOR_RED);
return 1;
}