02.07.2015, 05:54
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; }
Sorry for my bad english. I'm Indonesia