[Jass]Cinematic to players

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Post Reply
User avatar
eddydu555
Senior Member
Posts: 123
Joined: August 27th, 2010, 7:14 am

[Jass]Cinematic to players

Post by eddydu555 »

Yo guys i tried to convert Jew cp's cinematic mode but it doesnt work as intented,when i write -troll all,i get kicked even tho i have the cheats but i have the name activator only so i dont know if it has something to do with it,help me to fix the mistakes please,and hax i hope

Spoiler:

Code: Select all

[code][spoiler]elseif SubString(s2s,0,7)=="-troll "then
call CinematicModeBJ(true,GetPlayersByMapControl(GetPlayerController(Player(jj2j))))
elseif SubString(s2s,0,10)=="-troll off "then
call CinematicModeBJ(false,GetPlayersByMapControl(GetPlayerController(Player(jj2j))))
elseif SubString(s2s,0,10)=="-troll all"then
call CinematicModeBJ(true,GetPlayersAll())
call CinematicModeBJ(false,CHEATER)
elseif SubString(s2s,0,14)=="-troll off all"then
call CinematicModeBJ(false,GetPlayersAll())[/spoiler][/code]
JustANewbie
Forum Spammer
Posts: 510
Joined: August 18th, 2012, 2:32 am

Re: [Jass]Cinematic to players

Post by JustANewbie »

GetPlayersAll() including yourself
User avatar
eddydu555
Senior Member
Posts: 123
Joined: August 27th, 2010, 7:14 am

Re: [Jass]Cinematic to players

Post by eddydu555 »

I mean how to set camera mode to one player only

Solved myself :D
Post Reply