SA-MP Forums Archive
bank - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: bank (/showthread.php?tid=225860)



bank - omer5198 - 14.02.2011

how can i do the balance(with dialog) command?
with MSG_BOX... like you got %d/s money in your bank account.
how can i do it?
thx!


Re: bank - _Tommy - 14.02.2011

https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog

Its not that hard.


Re: bank - omer5198 - 14.02.2011

but with what? %d? and how can i define what is %d in dialog?


Re: bank - _Tommy - 14.02.2011

You will have to start learning all from beggining, you can't just jump to dialogs if you don't even know how to send a simple client message (using strings and integers - "%d", "%s").
Follow this link: https://sampwiki.blast.hk/wiki/PAWN_tutorial


Re: bank - omer5198 - 14.02.2011

Quote:
Originally Posted by _Tommy
Посмотреть сообщение
You will have to start learning all from beggining, you can't just jump to dialogs if you don't even know how to send a simple client message (using strings and integers - "%d", "%s").
Follow this link: https://sampwiki.blast.hk/wiki/PAWN_tutorial
i know how to do so but not in dialog... in sendclientmessage its easy! but nvm i will just do it on sendclientmessage!...