mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14:34 +00:00
Update help
This commit is contained in:
parent
cfd7da5589
commit
fdf5fb2719
1 changed files with 12 additions and 12 deletions
|
|
@ -57,7 +57,7 @@ function chatCmd(%client, %message) //%client is sender
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/normalsky - changes the sky to a fallback sky.');
|
messageClient(%client, 'msgChatCmd', '\c2/normalsky - changes the sky to a fallback sky.');
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/spookysky - changes the sky to a halloween sky.');
|
messageClient(%client, 'msgChatCmd', '\c2/spookysky - changes the sky to a halloween sky.');
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/fireworks - look at some fireworks.');
|
messageClient(%client, 'msgChatCmd', '\c2/fireworks - look at some fireworks.');
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/AIQ 1 or 0 - to enable tor disable ai chat.');
|
messageClient(%client, 'msgChatCmd', '\c2/aichat - to enable tor disable ai chat.');
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/idInfo - get id resources.');
|
messageClient(%client, 'msgChatCmd', '\c2/idInfo - get id resources.');
|
||||||
}
|
}
|
||||||
messageClient(%client, 'msgChatCmd', '\c2/report "message" - report a problem for server owner.');
|
messageClient(%client, 'msgChatCmd', '\c2/report "message" - report a problem for server owner.');
|
||||||
|
|
@ -160,17 +160,17 @@ function chatCmd(%client, %message) //%client is sender
|
||||||
messageAll('message', 'AI is now disabled.');
|
messageAll('message', 'AI is now disabled.');
|
||||||
}
|
}
|
||||||
|
|
||||||
case "/aichat":
|
case "/aichat":
|
||||||
if(%client.isSuperAdmin || %client.isAdmin){
|
if(%client.isSuperAdmin || %client.isAdmin){
|
||||||
if(!$AIDisableChat){
|
if(!$AIDisableChat){
|
||||||
$AIDisableChat = 1;
|
$AIDisableChat = 1;
|
||||||
messageAll('message', '\c2AI Chat Disable');
|
messageAll('message', '\c2AI Chat Disable');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$AIDisableChat = 0;
|
$AIDisableChat = 0;
|
||||||
messageAll('message', '\c2AI Chat Enable');
|
messageAll('message', '\c2AI Chat Enable');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
case "/spookysky":
|
case "/spookysky":
|
||||||
if(%client.isAdmin || %client.isSuperAdmin )
|
if(%client.isAdmin || %client.isSuperAdmin )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue