Gangzone problem.
#1

Hello!
I want to create some Gangzones, and I use Xtreme Vehicle Plotter, I think everybody heard about this application, but problem it's I am not able to see Gangzones in game.

For example, here's:

pawn Код:
public OnFilterScriptInit()
{
    Gangzone[0] = GangZoneCreate(1401.345, 1576.513, 2008.595, 1985.239);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    GangZoneShowForPlayer(playerid, Gangzone[0], 0xFF000006);
    return 1;
}
It's there anything wrong with my script, or this it's application's fault?

NOTE: If name of this application doesn't seems something you know, then you can see here more details; anyway, thanks!
Reply
#2

You have set a visibility of 2% (6/255). It's there, you just can't see it.
Reply
#3

I setted this visibility:

pawn Код:
GangZoneShowForPlayer(playerid, Gangzone[0], 0xFF000099);
Still same, I can't see Gangzone; anyway, thanks for trying to help me!
Reply
#4

Bump...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)