SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Blank script? (/showthread.php?tid=122636)



Blank script? - Sal_Kings - 22.01.2010

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".

Код:
SetGameModeText("Drift-Drive-Race-Freeroam");



Re: Blank script? - Joe Staff - 22.01.2010

Should be under OnGameModeInit, but if you're using a bad plug-in it will say unknown script or blank script.


Re: Blank script? - Sal_Kings - 22.01.2010

Quote:
Originally Posted by Joe Staff
Should be under OnGameModeInit, but if you're using a bad plug-in it will say unknown script or blank script.
It is, what do you mean by bad plug in?


Re: Blank script? - Joe Staff - 22.01.2010

plugins are the .DLLs and .SOs you put into the "plugins" folder if what you want can't be done on PAWN. For example, MYSQL and Server Value Modification can't be done in PAWN and require a plugin to be used. .DLLs are for Windows servers, .SOs are for Linux servers.


Re: Blank script? - Sal_Kings - 22.01.2010

Quote:
Originally Posted by Joe Staff
plugins are the .DLLs and .SOs you put into the "plugins" folder if what you want can't be done on PAWN. For example, MYSQL and Server Value Modification can't be done in PAWN and require a plugin to be used. .DLLs are for Windows servers, .SOs are for Linux servers.
How do I fix this error, I'm not really experienced with computers compared to your skill level.