Converting User Input to Textdraw Issues
#3

Quote:
Originally Posted by Akeem
Посмотреть сообщение
Lol,
Whats funny?


anwyays,

just use this : https://sampwiki.blast.hk/wiki/Strcat

and add the new info inside it. For eg:

PHP код:
new string[68];
strcat(string"Hello");
strcat(string"\nWorld");
TextDrawSetString(TextDrawIDstring); 
This will out put:
Код:
 Hello
World
inside your textdraw box. So everytime a new player places a bet, just strcat the old string with new player's bet and its amount.
Reply


Messages In This Thread
Converting User Input to Textdraw Issues - by SlayerHodge - 27.06.2018, 14:29
Re: Converting User Input to Textdraw Issues - by Akeem - 27.06.2018, 14:57
Re: Converting User Input to Textdraw Issues - by GTLS - 27.06.2018, 15:13
Re: Converting User Input to Textdraw Issues - by Akeem - 27.06.2018, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)