[GameMode] Grove Street vs Ballas(TDM)
#1

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


Reply
#2

Very simple,good work.
Reply
#3

good job
Reply
#4

Nice work...
Reply
#5

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

can you post some images
Reply
#7

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

Good job but you need to add more maps
Reply
#9

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;
}
Reply
#10

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.
Reply
#11

simply and good
Reply
#12

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

Not bad
Reply
#14

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.
Reply
#15

Tranks!.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)