SA-MP Forums Archive
[FilterScript] FuNk Team DeathMatch [ Dialog + Zcmd ] - 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)
+--- Thread: [FilterScript] FuNk Team DeathMatch [ Dialog + Zcmd ] (/showthread.php?tid=611755)



FuNk Team DeathMatch [ Dialog + Zcmd ] - FuNkYTheGreat - 10.07.2016

Introduction:


Hello Guys, Today i make a Team DeathMatch FilterScript. Which has Two Teams 1) Army 2) Terrorist

Feautures :


* Spawn Protection.

* Everything is in Dialog.

* Player can"t kill Team Mate.

* Player Will Get 2000$ and 2 Score for Killing an Enemy.

* Player Can Use /T to talk with their Team Mates

* Player will Redirectly spawn in /TDM when they DIE.

* Custom Team DeathMatch Map.

Commands :


/Tdm -- Will Teleport you To Team DeathMatch

/LeaveTDM -- Will Leave The Team DeathMatch

/T -- For Team Chat


Bugs :


No bug Found at now , Feel free to report by replying here or in pm

Pictures:

Team Selecting Dialog


Team Chat System


Custom Team Deathmatch Map


Spawn Protection


Download:

https://www.mediafire.com/?f8p1f1261qohjkh

PasteBin:

http://pastebin.com/F4r5D6Xq

Credits:


FuNkYTheGreat -- Making This Filterscript.

AliDollar -- For Helping Me.

Zeex for ZCMD.

Emmet_ for sscanf2.

Incognito for streamer.



Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - SyS - 10.07.2016

good work but why you included foreach i dont see the usage of foreach in that script i can see a for loop
PHP Code:
 for(new 0MAX_PLAYERSi++ )
    {
      if( 
IsPlayerConnected(i) && gTeam[playerid] == gTeam[i] )
        
SendClientMessagei, -string );
    } 
i think you forgot to change them to foreach loop


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - FuNkYTheGreat - 10.07.2016

Quote:
Originally Posted by Sreyas
View Post
good work but why you included foreach i dont see the usage of foreach in that script i can see a for loop
PHP Code:
 for(new 0MAX_PLAYERSi++ )
    {
      if( 
IsPlayerConnected(i) && gTeam[playerid] == gTeam[i] )
        
SendClientMessagei, -string );
    } 
i think you forgot to change them to foreach loop
ahh Thanks for reminding me Mate !


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - AliBro - 13.07.2016

great work funky,


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - FrAnKiN1 - 19.07.2016

Nice it can be used in many servers


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - Sumit4 - 06.11.2016

When i join the /TDM and /leavedm if i leave the server and again try to login when i fill password it say password worng but my password is correct.please fix this TDM Filterscript


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - DomagojSellug - 06.11.2016

At first, I didn\'t get why didn\'t you make it as a gamemode, but, now I see... It\'s for those "Freeroam" servers, eh?

Awesome FS, REP+!


Re: FuNk Team DeathMatch [ Dialog + Zcmd ] - FuNkYTheGreat - 09.11.2016

Quote:
Originally Posted by Sumit4
View Post
When i join the /TDM and /leavedm if i leave the server and again try to login when i fill password it say password worng but my password is correct.please fix this TDM Filterscript
Thats your gamemode\'s fault !

Quote:
Originally Posted by DomagojSellug
View Post
At first, I didn\'t get why didn\'t you make it as a gamemode, but, now I see... It\'s for those "Freeroam" servers, eh?

Awesome FS, REP+!
Ye its for freeroam servers and Thanks !