Quote:
Originally Posted by kurta999
[WSF]ThA_Devil: Add Float: tag yourself, will be fixed in R5.
I want to add per-player gang zone system, which would require to rewrite compelte zone system. I don't like this create and show method, so I would love to change that. I want to rewrite it like object system, create & show at same time.
Example:
pawn Code:
GangZoneCreate(Float:minx, Float:miny, Float:maxx, Float:maxy, color); // Does not require to show, it will create and show for every player GangZoneSetColor(zoneid, color); // Would change zone color for every player
CreatePlayerGangZone(playerid, Float:minx, Float:miny, Float:maxx, Float:maxy, color); // Same.. PlayerGangZoneFSetColor(zoneid, color);
What's your opinion?
|
Can you tell us your opinion on the list of suggestions above if they're possible or not.
This one especially
http://forum.sa-mp.com/showpost.php?...3&postcount=11