SA-MP Forums Archive
[Tool/Web/Other] Advanced Capture Zone Creator [Unique and useful!] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Advanced Capture Zone Creator [Unique and useful!] (/showthread.php?tid=394605)



Advanced Capture Zone Creator [Unique and useful!] - Jarnu - 23.11.2012

~Removed~

Not interested to distribute this to everyone.


Re: Advanced Capture Zone Creator [Unique and useful!] - niels44 - 23.11.2012

nice, but wouldnt it be nice if you had a minimap on which you can click at a point and it says the coords? so ppl know the maxx maxy minx and miny?


Re: Advanced Capture Zone Creator [Unique and useful!] - Jarnu - 23.11.2012

Well, i am just a beginner with these things. its a big thing for me that i made this much lol. Anyway thank you for your comment


Re: Advanced Capture Zone Creator [Unique and useful!] - [E]ViL [D]RaGoN™ - 23.11.2012

Jarnu!
Heads off!
Awesome Man


Re: Advanced Capture Zone Creator [Unique and useful!] - Jarnu - 27.11.2012

Thank you .


Re: Advanced Capture Zone Creator [Unique and useful!] - Vin Diesel - 27.11.2012

good work


Re: Advanced Capture Zone Creator [Unique and useful!] - Coder_ - 01.12.2012

Hmm i got one problem :/
i fully usage your instructions..
pawn Code:
tCP[Area51] = TEAM_NONE//error line
pawn Code:
filterscripts\Areas.pwn(30) : error 017: undefined symbol "tCP"
filterscripts\Areas.pwn(30) : warning 215: expression has no effect
filterscripts\Areas.pwn(30) : error 001: expected token: ";", but found "]"
filterscripts\Areas.pwn(30) : error 029: invalid expression, assumed zero
filterscripts\Areas.pwn(30) : fatal error 107: too many error messages on one line



Re: Advanced Capture Zone Creator [Unique and useful!] - Pravin - 01.12.2012

Quote:
Originally Posted by Coder_
View Post
Hmm i got one problem :/
i fully usage your instructions..
pawn Code:
tCP[Area51] = TEAM_NONE//error line
pawn Code:
filterscripts\Areas.pwn(30) : error 017: undefined symbol "tCP"
filterscripts\Areas.pwn(30) : warning 215: expression has no effect
filterscripts\Areas.pwn(30) : error 001: expected token: ";", but found "]"
filterscripts\Areas.pwn(30) : error 029: invalid expression, assumed zero
filterscripts\Areas.pwn(30) : fatal error 107: too many error messages on one line
You forgot to do 'new tCP;' in the beginning?


Re: Advanced Capture Zone Creator [Unique and useful!] - Coder_ - 01.12.2012

Quote:
Originally Posted by Pravin
View Post
You forgot to do 'new tCP;' in the beginning?
Maybe maybe not...
here is my full code, i just copy pasted all,and still get error :F
http://pastebin.com/FGvnTtvB


Re: Advanced Capture Zone Creator [Unique and useful!] - Coder_ - 02.12.2012

Why this not work? i think this one generate lines of shit -_-