SA-MP Forums Archive
Cant Change IDnames and Names - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cant Change IDnames and Names (/showthread.php?tid=432857)



Cant Change IDnames and Names - jcfadil - 24.04.2013

Hi everybody.
I was banned in a server populated by noob and now i decided to play ALONE in my own server!
I downloaded a gamemode called "Adrenaline CnR 3x 6.3" .
But i did some adjustment , but im not satisfacted because NOTHING changed!
I cant change Host Name , i cant change messages in game , when server starts , and nothing.
Nether r,con password , i changed it ( in the example that i link in image i insered "test1" but its not that the r,con passwrod.

Can you help me to change a lot of messages?

[Click on one of the link , one of them must works]
http://imageshack.us/photo/my-images/545/serverh.png/

/imageshack/img545/8397/serverh.png


The problem is..
I changed it in Pawno , but in game is different.
Nothing changed in rcon password too..
I changed it in server file and in pawno ( both test1) but when i rcon login in my server password is still "hack4".
Can you help me to change those things?

I want to change:

rcon password
Host Name
Website name
Game mode name


Re: Cant Change IDnames and Names - bensmart469 - 24.04.2013

Try looking for something like this under OnGameModeInit:
SendRconCommand("hostname Adrenaline Cops And Robbers [0.3e]");
And just change the hostname to whatever you want to. The rest should be simple, if you search for SendRconCommand in the script.