Help! - 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: Help! (
/showthread.php?tid=182468)
Help! -
SkizzoTrick - 10.10.2010
Hello everyone,i know scripting 70,80% but i need some help
I have a TDM server and i want to update it but i need something that shows player stats under the clock!
Like:
Score:%s[player score] Team:%s [Usa,Europe,etc.]
Rank:%s[Soldier,Lieutnant,etc.] Class:%s [there are lot of classes like Assault,Sniper,etc.]
Re: Help! -
LarzI - 10.10.2010
Textdraws - nuf said.
Re: Help! -
SkizzoTrick - 10.10.2010
ohh like
new string[38];
.
blabla
.
.
format(string,sizeoff_string..."Score:%s",getplaye rscore...)
?i cut it but i kept the essential
Re: Help! -
LarzI - 10.10.2010
Kinda..
You need to format (as you posted), but then use the formatted message in a
<click me>Textdraw
Re: Help! -
SkizzoTrick - 11.10.2010
Thanks man,appreciate!
Re: Help! -
LarzI - 11.10.2010
No problem