• Draw money on derma
    2 replies, posted
Is there any possible way to draw the players money on a derma screen?
iirc it's [code]Player:getDarkRPVar("money")[/code]
[QUOTE=Moosicorn;51249658]iirc it's [code]Player:getDarkRPVar("money")[/code][/QUOTE] Glad to see Sir TEST coming back with the great assistance he's known for. Moosicorn is right, though. I would use DLabel for it obviously. [code] DLabel:SetText( tostring( player:getDarkRPVar( "money" ) ) ) [/code] Something like that.
Sorry, you need to Log In to post a reply to this thread.