SA-MP Forums Archive
Little help for big help for me (setgamemodetext) - 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: Little help for big help for me (setgamemodetext) (/showthread.php?tid=608722)



Little help for big help for me (setgamemodetext) - Filbert - 04.06.2016

This is my code >

PHP код:
//===============================Gamemode Start=================================
public OnGameModeInit()
{
//---------------------------Gamemode Settings----------------------------------
    
print("\nLoading Gamemode(HGTDM~RP)");
    
SetGameModeText("HGTDM~RP [3z]");
    
ShowNameTags(1);
    
ShowPlayerMarkers(1);
    
SetWorldTime(12);
    
UsePlayerPedAnims();
    
KZI_Init();
    
BankRobbedRecently 0
Look at setgamemodetext...
It's HGTDM~RP [3z]
But in samp it's HGTDM v9[3d]
Before I changed it to HGTDM v9[3d] But I already changed it again to HGTDM~RP [3z]
Hmm...
Can someone help me?


Re: Little help for big help for me (setgamemodetext) - ilijap - 04.06.2016

Check in server.cfg or maybe you have it on another place in gmod too


Re: Little help for big help for me (setgamemodetext) - Luicy. - 04.06.2016

- Reload the server.
- Check server.cfg
- recompile.


Re: Little help for big help for me (setgamemodetext) - Filbert - 04.06.2016

Okay, Thanks..
The answers all right
But there's just wrong file
I have 2 own gamemodes
0.3d and 0.3z

Sorry...xD