ZondalfTR
Yeni bir Steve doğdu!
- Katılım
- 6 Eylül 2019
- Mesajlar
- 25
- Tepki puanı
- 0
- Puanları
- 0
Merhaba Arkadaşlar
Konsol Girmeden /console {konsola yazcagınız yazı}
Herneyse hemen vereyim size skripti:
# (SkQuery gerektirebilir.)
Kod:
Konsol Girmeden /console {konsola yazcagınız yazı}
Herneyse hemen vereyim size skripti:
# (SkQuery gerektirebilir.)
Kod:
JavaScript:
command /console [<text>]:
description: Console command sender.
aliases: /cns
trigger:
if player has permission "console.use":
if arg-1 is not set:
send "&cCorrect usage: /console <command>"
if arg-1 is set:
make console execute command "%arg-1%"
else:
stop