SA-MP Forums Archive
gamemode text - 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: gamemode text (/showthread.php?tid=92286)



gamemode text - Eazy_E214 - 19.08.2009

hey i have a problen look

how can i replace "Bank Script" with the name of my gamemode?



Re: gamemode text - Eazy_Efolife - 19.08.2009

Dont Be Lazy! and waste such a post! Read The Pawno Manual


Re: gamemode text - wilcock33 - 19.08.2009

go through you game modes and filterscripts and under

"ongamemode init"

SetGMText "(NAME OF GM HERE);

return 1;
}


etc


Re: gamemode text - wilcock33 - 19.08.2009

Quote:
Originally Posted by Compton's Eazy E
OFFTOPIC: why the fuck is you signiture IP 192.168 ETC, thats an internal IP :OFFTOPIC


Re: gamemode text - CAR - 19.08.2009

Because he's making a LAN server!!!


Re: gamemode text - Eazy_E214 - 19.08.2009

Quote:
Originally Posted by TFZ
go through you game modes and filterscripts and under

"ongamemode init"

SetGMText "(NAME OF GM HERE);

return 1;
}


etc
C:\DOKUME~1\Igor\Desktop\SAMPSE~1\GAMEMO~1\lvdm.pw n(326) : warning 202: number of arguments does not match definition
C:\DOKUME~1\Igor\Desktop\SAMPSE~1\GAMEMO~1\lvdm.pw n(340) : error 017: undefined symbol "SetGMText"
C:\DOKUME~1\Igor\Desktop\SAMPSE~1\GAMEMO~1\lvdm.pw n(340) : error 029: invalid expression, assumed zero
C:\DOKUME~1\Igor\Desktop\SAMPSE~1\GAMEMO~1\lvdm.pw n(340) : error 017: undefined symbol "NAME"
C:\DOKUME~1\Igor\Desktop\SAMPSE~1\GAMEMO~1\lvdm.pw n(340) : fatal error 107: too many error messages on one line


Re: gamemode text - Doppeyy - 19.08.2009

SetGameModeText(PUT IN YOUR GAMEMODE NAME DONT COPY WHAT PPL SAYD);

/Artix


Re: gamemode text - Eazy_E214 - 20.08.2009

Quote:
Originally Posted by [RiFA
Artix ]
SetGameModeText(PUT IN YOUR GAMEMODE NAME DONT COPY WHAT PPL SAYD);

/Artix
have test it but it donґt work
it can be due to a FS?



Re: gamemode text - Eazy_Efolife - 20.08.2009

Quote:
Originally Posted by TFZ
go through you game modes and filterscripts and under

"ongamemode init"

SetGMText "(NAME OF GM HERE);

return 1;
}


etc
? where?


Re: gamemode text - Eazy_E214 - 20.08.2009

Quote:
Originally Posted by Compton's Eazy E
Quote:
Originally Posted by TFZ
go through you game modes and filterscripts and under

"ongamemode init"

SetGMText "(NAME OF GM HERE);

return 1;
}


etc
? where?
no i have do this

Код:
public OnGameModeInit()
{
	SetGameModeText("Stunt v0.2a");