15.07.2015, 12:45
I gave to all +Rep .. Thx all for the help and i have a new question , how can i check if a player enter in te inputtext a message like that : [DD/MM/YYYY] ? I need it to save player birthday xD [Am thx for replay so fast]
Or i can simple modify
in
and use like this
And i don't need to put "."
Quote:
I made this up for you... haven't really optimized it at all but it works with any value
PHP код:
|
Код HTML:
stock formatMoney( amount,output[64],delimiter[2]=","){
Код HTML:
stock formatMoney( amount,output[64],delimiter[2]="."){
Код HTML:
new String[64]; formatMoney(GetPlayerMoney(playerid), String)