Begin 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)
+--- Thread: Begin text. (
/showthread.php?tid=585777)
Begin text. -
Tixxt - 16.08.2015
Can someone tel me in what folder i need to search to change the welcome text?
Re: Begin text. -
PrivatioBoni - 16.08.2015
Search the script for "OnPlayerConnect", it'll probably be under there.
EDIT: Search folder "gamemodes" for the .pwn file.
Re: Begin text. -
NviDa - 16.08.2015
https://sampforum.blast.hk/showthread.php?tid=450809
Re: Begin text. -
Michael B - 16.08.2015
Open your gamemode located in the "gamemodes" folder of your server with
Pawno, which can be found in the "pawno" folder of your server (if you have the windows server pack; if not, download it from
here.)
After doing this, hit
CRTL+F and search the text you want to change inside the gamemode. After finishing, hit
F5 or
press the compile button. This operation will check your script in order to avoid scripting mistakes and will eventually convert it to
.amx extension. This might make
Pawno not responding, but do not close it, as compiling will take a few minutes (depending on your gamemode size).
If you encounter any issues, reply here.
Re: Begin text. -
Tixxt - 16.08.2015
i cant find it? im talking about the text in the left corner
Re: Begin text. -
Michael B - 16.08.2015
Which one do you mean? Could you post a screenshot? Is that a textdraw?
Re: Begin text. -
Tixxt - 16.08.2015
I got it. Thanks guys