SA-MP Forums Archive
[GameMode] [GM] Capture The Flag 2.0 ***UPDATE*** - 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: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [GM] Capture The Flag 2.0 ***UPDATE*** (/showthread.php?tid=44926)



[GM] Capture The Flag 2.0 ***UPDATE*** - FreshKilla - 27.07.2008

Remove this thread please.


[GM] Capture The Flag 1.0 ***RELEASE*** - [NoV]LaZ - 27.07.2008

Good work man. Nice one!
________
Hotels In Mexico City


Re: [GM] Capture The Flag 1.0 ***RELEASE*** - [SP]Pikachu - 27.07.2008

Me n' Shift did a good job


Re: [GM] Capture The Flag 1.0 ***RELEASE*** - FreshKilla - 27.07.2008

lol well i put my name Fresh Killa now but u can call me Shift


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - FreshKilla - 28.07.2008

An Update Has Been Released


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - Serediucr - 13.09.2008

great job!


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - Czesuaf - 16.12.2008

Hi how to change that:
If I take the flag to my area, server is restarting, how to change that? I don't want reseting the server;/


Sry for my english.


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - sebihunter - 16.12.2008

good work man


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - boelie - 14.05.2009

Nice work!

I noticed a minor failure though..i think;

I was playing at army team ( i was only one online ) and i captured the enemy flag and brought it to the army base and won..

BUT after that i tried again on the police team. I captured the flag at enemy base but this time i didnt had to bring it back to my own base. I already won with only capturing it.

I guess thats not suppose to be

Anyway thanks for putting this script online im gonna use some of it for my own ideas and put you in the credits ofcourse




Re: [GM] Capture The Flag 2.0 ***UPDATE*** - *ToM* - 15.05.2009

Nice realise fresh, keep up the good work


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - SanMarinoRP - 07.09.2009

good work! good luck on getting fame


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - im2fast4u - 07.09.2009

Good work
10/10


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - gszyclon - 07.09.2009

good work


Re: [GM] Capture The Flag 2.0 ***UPDATE*** - straco - 07.09.2009

good idea but :

pickup can be real flag > modelID:2993

showin warning about stolen flag you use TextDrawShowForPlayer(TEAM_LVPD,Textdraw0); but TEAM_LVPD = 1 and it's show only for player with ID 1 no for all team. you must write someting like this :
for(new i = 0; i < MAX_PLAYERS; i++) {
if(gTeam[playerid] == TEAM_LVPD){
TextDrawShowForPlayer(i,Textdraw0);
}
}