SA-MP Forums Archive
need ur help guy's - 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: need ur help guy's (/showthread.php?tid=609481)



need ur help guy's - alatraga - 13.06.2016

Where do I change the text in PAWN so that it will change the game mode type? Every time I launch my server it's "blank script".


Re: need ur help guy's - xTURBOx - 13.06.2016

SetGameModeText(" ");

put the gamemode type inside the ""


Re: need ur help guy's - alatraga - 13.06.2016

Quote:
Originally Posted by xTURBOx
Посмотреть сообщение
SetGameModeText(" ");

put the gamemode type inside the ""
Still didn't work


Re: need ur help guy's - Sew_Sumi - 13.06.2016

That's how it's done... Check your filterscripts for anything that states the same.


Re: need ur help guy's - itsCody - 13.06.2016

check your server config and change it?


Re: need ur help guy's - alatraga - 13.06.2016

Quote:
Originally Posted by itsCody
Посмотреть сообщение
check your server config and change it?
same problem


Re: need ur help guy's - Killa[DGZ] - 13.06.2016

Open your script, use CTRL+F, search for 'SetGameModeText', change the 'blank script' to your liking.


Re: need ur help guy's - Sew_Sumi - 13.06.2016

Post up your script then.


Re: need ur help guy's - JaydenJason - 13.06.2016

Do you happen to mean this:

pawn Код:
main()
{
        print("\n----------------------------------");
        print(" Blank Gamemode by your name here");
        print("----------------------------------\n");
}
If so, simply change the text inside the print parameter.


Re: need ur help guy's - Sew_Sumi - 13.06.2016

Nope... Not that.

Look for SetGameModeText by itself, in all your gamemode, and filterscripts.

Another check would be to search for Blank Script to see if you can find it that way as well.