- Joined
- Oct 18, 2007
- Messages
- 930
If this actually works i would pee myself ^^
If this work this should enable cheats for one player only
And the call
^^
If this work this should enable cheats for one player only
JASS:
function LocalCheat takes player P, string cheat returns nothing
if (GetLocalPlayer() == P) then
call Cheat(cheat)
endif
endfunction
And the call
JASS:
[...]
call LocalCheat(Player(0), "whosyourdaddy")
[...]
^^