SA-MP Forums Archive
I says blank script - 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: I says blank script (/showthread.php?tid=342341)



I says blank script - N0FeaR - 13.05.2012

I say blank script but i got this, but this just come when i host the server on win.

pawn Код:
#define GAMEMODE    "RG-RP v1.0"
SetGameModeText("RG-RP");



Re: I says blank script - Dripac - 13.05.2012

SetGameModeText(GAMEMODE);

Do you have it at OnGameModeInit?


Re: I says blank script - MarinacMrcina - 13.05.2012

Are you using it here?
Код:
public OnGameModeInit()
{
	SetGameModeText("Hakuna Matata");
	return 1;
}



Re: I says blank script - N0FeaR - 13.05.2012

Quote:
Originally Posted by MarinacMrcina
Посмотреть сообщение
Are you using it here?
Код:
public OnGameModeInit()
{
	SetGameModeText("Hakuna Matata");
	return 1;
}
Yes.