26.07.2009, 04:42
Hello,
I wanted a "gangzone" at my lspd,
so I created one,
when I compile, no problems, but the gangzone doesn't show up
neather on the minimap, then on the full map
could anyone help?
thanks
I wanted a "gangzone" at my lspd,
so I created one,
when I compile, no problems, but the gangzone doesn't show up
neather on the minimap, then on the full map
could anyone help?
pawn Код:
new LSPDzone
pawn Код:
public OnPlayerSpawn(playerid)
{
//lspd zone
GangZoneShowForPlayer(playerid, LSPDzone, 0x0000808D);
//--
...
pawn Код:
public OnGameModeInit()
{
//lspdzone
LSPDzone = GangZoneCreate(1539.302,-1729.235,1600.147,-1595.012);
...