im trying to check on every second if a player has a permission this is what i'm typing:
Code (Skript):
on every second:
if player have permission "Kills.counter":
execute console command "sudo %player% help"
this is the error i get:
'permission "Kills.counter"' is not an item type (kits1.sk, line 95: if player have permission "Kills.counter":')
Code (Skript):
on every second:
if player have permission "Kills.counter":
execute console command "sudo %player% help"
this is the error i get:
'permission "Kills.counter"' is not an item type (kits1.sk, line 95: if player have permission "Kills.counter":')