SA-MP Forums Archive
server cash system - 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: server cash system (/showthread.php?tid=464558)



server cash system - Boss201 - 17.09.2013

i want to remove dollar from my server

i want to replace it with ZCASH

i cant script it could anyone give me help how to do the include etc

when player ingame they do /zcash

you have 2000zcash

so that they can buy all things with zcash


thanks for your help , if you could give me some code i would be glad


Re: server cash system - alinategh - 17.09.2013

That would all work with TextDraw... you need a Black Textdraw to cover the player's money and another TextDraw for the zcash which shows the amount. so when they do /zcash you should change the TextDraw's value.


Re: server cash system - Boss201 - 17.09.2013

thanks , can you give me a good link if you know for textdraw software


Re: server cash system - alinategh - 17.09.2013

It's not a software, read the topic below:
https://sampwiki.blast.hk/wiki/Textdraw


Re: server cash system - Boss201 - 17.09.2013

thanks very much hope it works


Re: server cash system - Konstantinos - 17.09.2013

There're few textdraw editors around here. This is the one I like!

https://sampforum.blast.hk/showthread.php?tid=376758


Re: server cash system - Boss201 - 17.09.2013

i forgot to tell

the texdraw should show like this

ZC0001000(the number zcash the player has)


Re: server cash system - Boss201 - 04.10.2013

i sucessfully managed to add the texdraw

its ZC000000

now from this i want a cmd

/setzcash playerid amount

example /setzcash 1 1000

id 1 will see ZC001000

Thanks


Re: server cash system - Wizza - 04.10.2013

On what define do you want it? strcmp, zcmd etc..


Re: server cash system - Boss201 - 05.10.2013

ZCMD