13.02.2009, 19:42
I have just one last question on this topic...
How can I show the player who pick up the moneybag the amount of the money?
Textdraw3 = TextDrawCreate(112.000000,118.000000,"You found the moneybag");
Textdraw4 = TextDrawCreate(174.000000,79.000000,"Congratulatio ns!!!");
Textdraw5 = TextDrawCreate(254.000000,146.000000,"%d"); <-----// I thought of something like this
Textdraw6 = TextDrawCreate(304.000000,146.000000," $");
(Problem is the random money) hope some1 can help me
How can I show the player who pick up the moneybag the amount of the money?
Textdraw3 = TextDrawCreate(112.000000,118.000000,"You found the moneybag");
Textdraw4 = TextDrawCreate(174.000000,79.000000,"Congratulatio ns!!!");
Textdraw5 = TextDrawCreate(254.000000,146.000000,"%d"); <-----// I thought of something like this
Textdraw6 = TextDrawCreate(304.000000,146.000000," $");
(Problem is the random money) hope some1 can help me

