Author Topic: Client Sided RPG Mod  (Read 1548 times)

You need to use % since it is client sided. $ might forget with other things in a server.

You need to use % since it is client sided. $ might forget with other things in a server.

Before helping others, you should know what you are talking about.
Ignore PVC Potato Gun if you want to learn successfully.

To echo variables do like so:

echo("Your health is " @ $someVariable @ "."),

Uh I got an error:
echo("Hello Steve. Your HP is " @ $ClRpg_Health @ ".")##

Uh I got an error:
echo("Hello Steve. Your HP is " @ $ClRpg_Health @ ".")##
You forgot the semicolon

You forgot the semicolon
Ok thanks guys I got it all down. I will keep experimenting with my script and stuff and when I have any questions I will ask them on my topic. Thx alot!

You need to use % since it is client sided. $ might forget with other things in a server.
You are a loving idiot.