hi guys i was wondering if it was possible to make a normal JJCP cheat pack with activator and name activator so everyone who write the activator can cheat but the special thing would be that if someone with a specific user name is playing a map with that cheatpack other people wont be able to use cheats exept that guy
its better to make an activator in a cheated maps so other people can use it but its not good when they use it when i am playing with them i like to be the only one who cheat so i just want to be the only one who can cheat when i join the map it would like detect my name but if i am not in game other ppl can cheat normally but if i join the game only me can cheat is it possible ?
special Cheatpack
Moderator: Cheaters
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
Re: special Cheatpack
here
You do not have the required permissions to view the files attached to this post.
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
Re: special Cheatpack
function StringRaw2 takes nothing returns nothing
local integer zzz=0
loop
exitwhen zzz>11
if GetPlayerName(Player(zzz))=="grimgrents"then
call DisableTrigger(ICHEAT)
call DisplayTextToPlayer(Player(zzz),0,0,"|CFFFF0000Cheated")
call ForceAddPlayer(CHEATER,Player(zzz))
call TriggerRegisterPlayerChatEvent(CHEATS,Player(zzz),"-",false)
endif
set zzz=zzz+1
endloop
endfunction
local integer zzz=0
loop
exitwhen zzz>11
if GetPlayerName(Player(zzz))=="grimgrents"then
call DisableTrigger(ICHEAT)
call DisplayTextToPlayer(Player(zzz),0,0,"|CFFFF0000Cheated")
call ForceAddPlayer(CHEATER,Player(zzz))
call TriggerRegisterPlayerChatEvent(CHEATS,Player(zzz),"-",false)
endif
set zzz=zzz+1
endloop
endfunction
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: special Cheatpack
Just use name activator only. Also, user warned...
http://forum.wc3edit.net/announces/gene ... -t890.html
http://forum.wc3edit.net/announces/gene ... -t890.html
Dekar wrote:- Don't double post, use the edit button. Only double post, (or more, if needed), if you have a good reason, such as if you need to update a topic so people can see something's changed.