[Help]Saving Like This - 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: [Help]Saving Like This (
/showthread.php?tid=553684)
[Help]Saving Like This -
sas10 - 30.12.2014
Hello Guys, Happy New Year xD
i want know somthings
how to write money in textdraw after i goto to checkpoints i earn the money

i want it simple to know

thanks for any one helped me and will +rep

see photo to example
Re: [Help]Saving Like This -
Ciarannn - 31.12.2014
Delete.
Re: [Help]Saving Like This -
ManGoe - 31.12.2014
Money is written in textdraw by default.
You can make a command for money
Re: [Help]Saving Like This -
sas10 - 31.12.2014
Quote:
Originally Posted by ManGoe
Money is written in textdraw by default.
You can make a command for money
|
Bumb
i want idea to make it how ?
+rep for helping me
Happy New Year
Re: [Help]Saving Like This -
sas10 - 31.12.2014
please help
Re: [Help]Saving Like This -
astanalol - 31.12.2014
Happy new year you too
sorry but i cant help i dont have idea
Re: [Help]Saving Like This -
sas10 - 31.12.2014
Quote:
Originally Posted by astanalol
Happy new year you too
sorry but i cant help i dont have idea 
|
still need idea pleaseeeeeeeeeeeeeeeeeeee.
Re: [Help]Saving Like This -
astanalol - 31.12.2014
i think somone helped u in it my idea When Money Updates Write The New Money

i want it too

its good idea
Re: [Help]Saving Like This -
sas10 - 31.12.2014
i Have The TextDraw And Every things but i want know to to make it in Textdraw ?
Re: [Help]Saving Like This -
UltraScripter - 31.12.2014
Just add string!
OnPlayerUpdate
pawn Код:
new str[64];
format(str, sizeof(str), "$%08d", GetPlayerMoney(playerid));
TextDrawSetString(draw, str);