Jump to content

chatbox


COOKIE2

Recommended Posts

Posted

hey i got an command that allows to see cash

/cash

how to show it to everyone like i typ /cash and it comes in public so everyone can see ur cash

Posted (edited)
outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", root, 0, 255, 0 )

Edited by Guest
Posted
outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", root, 0, 255, 0 )

outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", getRootElement(), 0, 255, 0 )

root -> getRootElement()

Posted
outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", root, 0, 255, 0 )

outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", getRootElement(), 0, 255, 0 )

root -> getRootElement()

You can also use 'root'. Its same as getRootElement(), try to 'run root' in runcode, you will see.. :wink:

Posted
outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", root, 0, 255, 0 )

outputChatBox( getPlayerName( someGuy ).." has in his pocket "..getPlayerMoney( someGuy ).."$ right now", getRootElement(), 0, 255, 0 )

root -> getRootElement()

You can also use 'root'. Its same as getRootElement(), try to 'run root' in runcode, you will see.. :wink:

dumbass its just saved as variable in front of some scripts

Posted

raulrobi u need a stat or any other script?? and just replace the line with the original outputchatbox

it totaally worked for me

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...