Help me fix it, please?
#1


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
Reply
#2

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)