20.11.2009, 21:43
Simple Zones
By: FreshKilla
This is a script for the original GangZones for SA-MP, But this one is more unique, Basicly its kind of a Starter tool kit for a Gang Wars server with Takeover turfs, And it could be useful for anything else, Zones have names,colors and callback to find which zone your in if your even in one.
Callbacks:By: FreshKilla
This is a script for the original GangZones for SA-MP, But this one is more unique, Basicly its kind of a Starter tool kit for a Gang Wars server with Takeover turfs, And it could be useful for anything else, Zones have names,colors and callback to find which zone your in if your even in one.
Код:
forward GangZoneCreateEx(ID, color, name[], Float:minx, Float:miny, Float:maxx, Float:maxy);
Example:
pawn Код:
GangZoneCreateEx(0, 0x80008096, "Glen Park", 1839.726, -1267.349, 2071.699, -1129.178);
Код:
forward GangZoneDestroyEx(ID);
Код:
forward GangZoneFlash(ID,flashcolor,seconds);
Код:
forward OnFlashEnd(ID);
Код:
forward IsPlayerInTurf(playerid,id);
Код:
forward OnTurfInit();
Код:
forward OnTurfConnect(playerid);
The download includes a Filterscript which includes some commands and idea's that might help you.
Download:
http://files.uploadffs.com/3/0a8e3daf/SimpleZones.zip
Bugs:
I havent found any bugs but if you have any bugs or questions leave a reply.
Download:
http://files.uploadffs.com/3/0a8e3daf/SimpleZones.zip
Bugs:
I havent found any bugs but if you have any bugs or questions leave a reply.