GangZone Not Showing
#1

When i go into the game it doesn't show the colours on the map. Here is the code.
pawn Код:
new pdzone;

public OnGameModeInit()
{
pdzone = GangZoneCreate(1412.109375, 1587.890625, 1746.09375, 1734.375);
return 1;
}


public OnPlayerSpawn(playerid)
{
if(IsPlayerAdmin(playerid)) GangZoneShowForAll(pdzone,COLOR_BLUE);
return 1;
}
Reply
#2

Have you got logged in to RCON using /rcon login <password> before spawning?
Reply
#3

I'm wanting it so everyone can see it
Reply
#4

If you want to show it for everyone, then dont even check is player have logged in to RCON.

pawn Код:
public OnPlayerSpawn(playerid)
{
    GangZoneShowForAll(pdzone,COLOR_BLUE);
    return 1;
}
Reply
#5

It's still not showing the blue
Reply
#6

Can you show us a screen shot of what you did
Reply
#7

there are the only things I added

pawn Код:
new pdzone;

public OnGameModeInit()
{
pdzone = GangZoneCreate(1412.109375, 1587.890625, 1746.09375, 1734.375);
return 1;
}


public OnPlayerSpawn(playerid)
{
if(IsPlayerAdmin(playerid)) GangZoneShowForAll(pdzone,COLOR_BLUE);
return 1;
}
Please Help Me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)