Day Elves said:
Does any one have an idea how to make the trigger that will kick anyone out of a single player play?
Make a variable Integer, for example name it to KillCheaters,
Event
Elapsed time is 4 seconds
Conditions (leave this alone and go to actions)
Actions
For each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Player((Integer A))) controller) Equal to User
((Player((Integer A))) slot status) Not equal to Is unused
((Player((Integer A))) controller) Not equal to Computer
Then - Actions
Set KillCheaters = (KillCheaters + 1)
Else - Actions
Do Nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
KillCheaters Less than or equal to 1
Then - Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Game - Victory (Picked player) (Show dialogs, Show scores)
Else - Actions
Do nothing
Create same trigger as this one or copy it to your map, i bet you'll kill all the singleplayers cheaters with WhosYourDaddy :lol: There are so many ways to kill singleplayers but i think you just use this simple one, its better for beginner :shock: