Disable JJCP
Moderator: Cheaters
-
- Newcomer
- Posts: 16
- Joined: May 3rd, 2011, 2:35 pm
Disable JJCP
How to disable someone from JJCP in the game. I know there is a command called -cheatoff but I dont know how to use it. Can someone tell me please.
-
- Grammar King
- Posts: 2117
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Disable JJCP
The command is -cheatoff ##.
The ## is the player's number in JASS.
To find out which color gets which number, type -colors
Then make sure that you use the numbers that show up.
Ex: -cheatoff 01, not -cheatoff 1
The ## is the player's number in JASS.
To find out which color gets which number, type -colors
Then make sure that you use the numbers that show up.
Ex: -cheatoff 01, not -cheatoff 1
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Newcomer
- Posts: 16
- Joined: May 3rd, 2011, 2:35 pm
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Disable JJCP
I think that using 1 is equal to 01. As it converts the string to integer, so it converts 1+"" to integer. which is 1. Yet if you wont write anything. It will be player number 0.
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: Disable JJCP
ํYou can see number here.
Code: Select all
#################################################################
NUM-JJ ### FAI-NUM ### NAME ########## FULL_NAME ##### COLOR_CODE
#################################################################
00 1 Red RED FF000000
01 2 Blue BLUE 0000FF01
02 3 Teal CYAN 01E7E702
03 4 Purple PURPLE 40008003
04 5 Yellow YELLOW FFFF0004
05 6 Orange ORANGE F97C0005
06 7 Green GREEN 00FF0006
07 8 Pink PINK FF80C007
08 9 Gray LIGHT_GRAY C0C0C008
09 0 Lightbule LIGHT_BLUE 93C4F409
10 ! Darkgreen AQUA 00804010
11 @ Brown BROWN 57220211
#################################################################
NUM-JJ ### FAI-NUM ### NAME ########## FULL_NAME ##### COLOR_CODE
#################################################################