[Help] /scroll, mana, hp, life, stats

03/30/2012 02:45 LiquidCoGaming#1
I have the commands for scroll, mana, hp, life and stats!...
None of them are working...! O.o , i tryed with normal player, GM and PM!...
And i can't make then work :S! whey are in chat.cs (any spec pleace i need to put them in) ? :)
-Thanks! :)
03/30/2012 03:36 BlooD-BoY#2
Quote:
Originally Posted by LiquidCoGaming View Post
I have the commands for scroll, mana, hp, life and stats!...
None of them are working...! O.o , i tryed with normal player, GM and PM!...
And i can't make then work :S! whey are in chat.cs (any spec pleace i need to put them in) ? :)
-Thanks! :)
I am pretty sure it is @scroll and @mana or something, just check your chat.cs and make sure it is in fact '@' and not '/'.

Depending on the source, but from your other post i assume it is ProjectX.
03/30/2012 17:14 LiquidCoGaming#3
Quote:
Originally Posted by BlooD-BoY View Post
I am pretty sure it is @scroll and @mana or something, just check your chat.cs and make sure it is in fact '@' and not '/'.

Depending on the source, but from your other post i assume it is ProjectX.
the commands are all with "/"(without quotes)...
like, /level /cps etc...
03/30/2012 20:40 BlooD-BoY#4
Quote:
Originally Posted by LiquidCoGaming View Post
the commands are all with "/"(without quotes)...
like, /level /cps etc...
Which source is it exactly? you might have something like 'if (cmd[0] == "/scroll"){ }' basically it is empty and does nothing which could be the reason it doesn't work, try to trace the command and see if it even works when you type it in by writing something to the command line when you type in '/scroll'.