SA-MP Forums Archive
Textdraw 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)
+--- Thread: Textdraw help? (/showthread.php?tid=345941)



Textdraw help? - cod5devious - 26.05.2012

Can someone give me the script with shows like

Score [GetPlayerScore] Kills [Kills] Deaths [Deaths] Money [GetPlayerMoney]

That shows like at buttom of the screen?

Thanks


Re: Textdraw help? - Audi_Quattrix - 26.05.2012

Do you have Register/Login system witch save Data?


Re: Textdraw help? - Kitten - 26.05.2012

pawn Код:
new string[128];
format(string,sizeof(string),"Kill %d Deaths %d Money %d",KillsVariable,DeathsVariable,GetPlayerMoney(playerid));
TextDrawSetString(textdrawid,string);