SA-MP Forums Archive
[GameMode] Grove Street vs Ballas(TDM) - 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] Grove Street vs Ballas(TDM) (/showthread.php?tid=555344)



Grove Street vs Ballas(TDM) - Remba031 - 07.01.2015

I decided to release this gamemode because I'm currently working on a new script.
It's not really finished.I didn't add team score textdraws and that anticheat is not really tested.

There are 2 teams: Grove Street and Ballas

Gamemode has only 2 commands: /help,/resetscore

No registration system.

Map system.

5 maps:
-RC Battlefield
-Jefferson Motel
-Liberty City
-Pleasure Domes
-Planning Department

Time textdraw: Shows time left before map changes.

Download[1.00]: http://pastebin.com/mw6SeDRs
Download[1.01]: http://pastebin.com/CKTVLR86
** UPDATED **
Download[1.02]: http://pastebin.com/hrxRgak1

CHANGELOG
Code:
CHANGELOG
v1.01
- added /nextmap,/cl[clear log](rcon only) - /help updated
- small bugs fixed
- new map: TDM Island
- small textdraw log(3 lines)
v1.02
- added team score textdraw
- /rs(rcon only) - resets team scores





Re: Grove Street vs Ballas(TDM) - Skully82 - 07.01.2015

Very simple,good work.


Re: Grove Street vs Ballas(TDM) - nikita86826 - 07.01.2015

good job


Re: Grove Street vs Ballas(TDM) - MBilal - 11.01.2015

Nice work...


Re: Grove Street vs Ballas(TDM) - iCurse - 12.01.2015

Well, good work but, how can i change maps? I spawned at RC Battlefield and i want to go to Jefferson Motel.


Re: Grove Street vs Ballas(TDM) - lanix - 14.01.2015

can you post some images


Re: Grove Street vs Ballas(TDM) - www - 14.01.2015

Good work! and it will be better if you post some images.


Re: Grove Street vs Ballas(TDM) - Shady - 14.01.2015

Good job but you need to add more maps


Re: Grove Street vs Ballas(TDM) - Remba031 - 18.01.2015

Quote:
Originally Posted by iCurse
View Post
Well, good work but, how can i change maps? I spawned at RC Battlefield and i want to go to Jefferson Motel.
Add this under OnPlayerCommandText.

Code:
if (strcmp("/nextmap", cmdtext, true, 8) == 0)
{
      if(IsPlayerAdmin(playerid))
      {
             ChangeMap();
      }
      else
      {
             SendClientMessage(playerid,-1,"SERVER: You are not logged in to RCON.");
      }
      return 1;
}



Re: Grove Street vs Ballas(TDM) - Min99 - 19.01.2015

Nice gamemode bruh.

But i got this warning when compile the script:
Quote:

Nvm,not important.

Btw if you could add a little more thing it would be good.


Re: Grove Street vs Ballas(TDM) - 0x7 - 19.01.2015

simply and good


Re: Grove Street vs Ballas(TDM) - Remba031 - 19.01.2015

Quote:
Originally Posted by lanix
View Post
can you post some images
Updated and posted some images. Enjoy


Re: Grove Street vs Ballas(TDM) - mitchellfunny1069 - 19.01.2015

Not bad


Re: Grove Street vs Ballas(TDM) - NinjahZ - 06.03.2015

Hope you don't mind, but I am using this with my upcoming Red Vs Blue TDM Script, I am working on. Credits will be given to you Remba031.


Re: Grove Street vs Ballas(TDM) - JoshNudock - 06.03.2015

Tranks!.