SA-MP Forums Archive
Help me fix it, please? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me fix it, please? (/showthread.php?tid=580065)



Help me fix it, please? - Viner - 02.07.2015


Look at the gang zone color in the small map. And if I were in the zone too long. the game will crash.
This is the script
Код:
new base;

public OnGameModeInit()
{
    base = GangZoneCreate(451.171875,2410.15625,19.53125,2619.140625);
    return 1;
}

public OnPlayerConnect(playerid)
{
    GangZoneShowForPlayer(playerid, base, COLOR_BROWN); // COLOR_BROWN is 0x80000096
    return 1;
}
Please helpme fix it!
Sorry for my bad english. I'm Indonesia


Re: Help me fix it, please? - Lynn - 02.07.2015

That's a issue within SAMP, not with your code.


Re: Help me fix it, please? - Viner - 02.07.2015

Quote:
Originally Posted by Lynn
Посмотреть сообщение
That's a issue within SAMP, not with your code.
And how to fix it?


Re: Help me fix it, please? - LetsOWN[PL] - 02.07.2015

Quote:
Originally Posted by Viner
Посмотреть сообщение
And how to fix it?
As it's because of SAMP itself, You can't do anything.


Re: Help me fix it, please? - Youssef221 - 02.07.2015

He said it's a SAMP issue, so only Kalcor can fix this..