[help needed] How to add multiple gamemodes ?
#2

Put This under OnPlayerCommandText
Code:
   if(strcmp(cmdtext, "/changegamemode") == 0) 
     {
         SendRconCommand("changemode namegoeshere");
         return 1;
     }
Reply


Messages In This Thread
[help needed] How to add multiple gamemodes ? - by deffo - 25.04.2012, 14:07
Re: [help needed] How to add multiple gamemodes ? - by Phyrunx - 25.04.2012, 14:12
[No subject] - by dannyk0ed - 25.04.2012, 14:12
Re: [help needed] How to add multiple gamemodes ? - by ViruZz - 25.04.2012, 14:13
Re: [help needed] How to add multiple gamemodes ? - by deffo - 25.04.2012, 21:13
Re: [help needed] How to add multiple gamemodes ? - by jeevan - 06.05.2014, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)