Scripting Help -> Gamemode Name
#1

I've downloaded a Gamemode ( CoD - World at war ) and i've tried to change the Gamemode Name.
The Name is Total TDM. I've edited in gamemode.pwn but when i upload this to my server, the name stays Total TDM.

Pls Help me
Reply
#2

Add this in under OnGameModeInit
pawn Код:
SetGameModeText("ChangeThis"); //Change the 'ChangeThis' to anything
Reply
#3

@FailerZ:

This is Already in the pwn
Reply
#4

Quote:
Originally Posted by MarlonM
Посмотреть сообщение
@FailerZ:

This is Already in the pwn
Then change the text there to change the GM name....
Reply
#5

Quote:
Originally Posted by MarlonM
Посмотреть сообщение
@FailerZ:

This is Already in the pwn
Can you show me it ?
And are you sure you mean Gamemode Name ? Not hostname ?
Reply
#6

Quote:

SetGameModeText("|COPS VS TERRORIST|");

THIS is in the gamemode changed by me.
But when i start Samp the Mode has the old name :S ( ToTal TDM )
Reply
#7

Here is a Picture:
http://www.myimg.de/?img=samp0960c.png
Reply
#8

Then you go into server.cfg and go to the line 'hostname' and change it to |COPS VS TERRORIST|.
Reply
#9

Do you dont understand me?
I want to change the ' Mode ' Name
Reply
#10

Try this:
Put This under OnGameModeInit
pawn Код:
SendRconCommand("gamemodetext ChangeThis"); // Change 'ChangeThis' to anything
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)