Multi Modes help
#1

I was wondering if someone can help me or teach me to make a vote type thing so I can put 4-5 gamemodes into one big gamemode for i.e below
GTA Community #1 <--- Community name
TDM
DM
GangWars
(All different gamemodes)
Say you're playing on TDM timer ends what is that code? Please include the vote & timer xd also explain how I can make this possible xoxo
Reply
#2

/rcon changemode [mode] - This command will change the current gamemode to the given one (example: if you want to play sftdm: /rcon changemode sftdm).

https://sampwiki.blast.hk/wiki/RCON
https://sampwiki.blast.hk/wiki/SendRconCommand
Reply
#3

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
/rcon changemode [mode] - This command will change the current gamemode to the given one (example: if you want to play sftdm: /rcon changemode sftdm).

https://sampwiki.blast.hk/wiki/RCON
https://sampwiki.blast.hk/wiki/SendRconCommand
How can I do this on a timer? instead of me manually doing it?
Reply
#4

Inside the timer function, do

SendRconCommand("changemode newgmname")

Do you have a voting system?
Reply
#5

No @jayden
Reply
#6

He linked the wiki page to send rcon commands.
https://sampwiki.blast.hk/wiki/SendRconCommand
Just read that and use it in your timer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)