SA-MP Forums Archive
random messages - 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: random messages (/showthread.php?tid=105272)



random messages - unique1801 - 28.10.2009

i want to knw how do i add random messages.. to my server... not on the chat box

they should come at the bottom

pls help


Re: random messages - Tigerbeast11 - 28.10.2009

TextDraws
Random Messages

Im sure I saw both of them things at wiki!!!!!!!!
wiki.sa-mp.com

Use it!!!!!!!



Re: random messages - Correlli - 28.10.2009

Please check the wiki - https://sampwiki.blast.hk/wiki/Random_Messages (this is example with chat-box, you can modify it to work with the TextDraw - https://sampwiki.blast.hk/wiki/TextDrawCreate)


Re: random messages - unique1801 - 28.10.2009

can anyone else help me.. rather then showing wiki.sa-mp.com


Re: random messages - Tigerbeast11 - 28.10.2009

Thats the only way :P


Re: random messages - unique1801 - 28.10.2009

ok can u create a textdraw messeage
for

"Dont Cheat or ban"
"use /help ,"

pls



Re: random messages - MadeMan - 28.10.2009

You can also use GameText, might be a bit easier

https://sampwiki.blast.hk/wiki/GameTextForAll

https://sampwiki.blast.hk/wiki/GameTextForPlayer




Re: random messages - unique1801 - 29.10.2009

pls someone help

i want the continusly... at the bottom of the page!!
plsss help



Re: random messages - MadeMan - 29.10.2009

pawn Код:
TextDrawCreate(300, 400, "Your text here");
This will create a textdraw at the bottom of the screen.