SA-MP Forums Archive
Problem with 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with SetGameModeText (/showthread.php?tid=128025)



Problem with SetGameModeText - [BEP]AcerPilot - 16.02.2010

In SA-MP, which should appear the name I put in SetGameModeText only appears Blank Script. What's wrong with the code?

Код:
public OnGameModeInit()
{
	print("Carregando RPG ");
	SetGameModeText("Profissхes RPG");
    AllowInteriorWeapons(1);
	SetTimer("RandomMSGs",60000,1);
    bla bla bla bla



Re: Problem with SetGameModeText - ScottCFR - 16.02.2010

Try

Код:
public OnGameModeInit()
{

    SetGameModeText("Profissхes RPG");
    AllowInteriorWeapons(1);
    SetTimer("RandomMSGs",60000,1);
}



Re: Problem with SetGameModeText - [BEP]AcerPilot - 16.02.2010

Tried, don't worked


Re: Problem with SetGameModeText - ScottCFR - 16.02.2010

Maybe if you take off the timer, But it looks fine to me.


Re: Problem with SetGameModeText - AcId n RaPiD - 16.02.2010

Edit your server.cfg?


Re: Problem with SetGameModeText - s0nic - 16.02.2010

Are you running any filterscripts? ..from what i remember they might make it say that if the gmtext is set in them.


Re: Problem with SetGameModeText - [BEP]AcerPilot - 16.02.2010

As well, edit the server.cfg? Recourse SetGameModeText is edited directly on the GM!
I'm checked all FS, disabled one by one and nothing.
And the timer is for show random messages in the server..


Re: Problem with SetGameModeText - [BEP]AcerPilot - 19.02.2010

Anyone?


Re: Problem with SetGameModeText - Norn - 19.02.2010

Quote:
Originally Posted by [BEP
GeoPilot ]
Anyone?
Did you try it with plain english characters?


Re: Problem with SetGameModeText - [BEP]AcerPilot - 19.02.2010

Yeah, don't worked..