Problem with SetGameModeText
#1

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
Reply
#2

Try

Код:
public OnGameModeInit()
{

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

Tried, don't worked
Reply
#4

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

Edit your server.cfg?
Reply
#6

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

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..
Reply
#8

Anyone?
Reply
#9

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

Yeah, don't worked..
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)