Server gamemode... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server gamemode... (
/showthread.php?tid=190594)
Server gamemode... -
interfaceboy - 15.11.2010
I finally gotmy server up...now how to i change the game modefrom grand lc. to role play?
Re: Server gamemode... -
sjvt - 15.11.2010
Download a roleplay script and put it on your server..? Or make your own.
Re: Server gamemode... -
leek2 - 15.11.2010
public OnGameModeInit()
{
SetGameModeText("My Mode");
Re: Server gamemode... -
Ruffles. - 16.11.2010
Go into your server.cfg and change
"Grandlarc"
to let's say I download the VX-RP script
"VortexRoleplay"
Also, it's
Код:
public OnGameModeInit()
{
SetGameModeText("Blah Roleplay");
return 1;
}
Or something like that.