• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem With Commands

Olddies

Classicot.com
Joined
Nov 21, 2009
Messages
1,291
Solutions
12
Reaction score
423
Location
Dominican Republic 🇩🇴
Hello I Have A Little Problem With Commands In Avesta 7.6 All Commands Work For GMS but not for players .... i cant use with plater !buyhouse or /buyhouse and with the commands work perfectly also when i use !online or !frags doesnt work too and with gm work... if someone can help me please i need for my oldschool server
 
Hello I Have A Little Problem With Commands In Avesta 7.6 All Commands Work For GMS but not for players .... i cant use with plater !buyhouse or /buyhouse and with the commands work perfectly also when i use !online or !frags doesnt work too and with gm work... if someone can help me please i need for my oldschool server

Any errors shown in console?

Post your talkaction.xml here
 
In Console Its Says: Loading data/commands.xml... Unknow Command !buyhouse

And the commands of !bless in console show me this error: Loading Talkactions ...Warning: [Event::LoadScript] Can not load script. data/talkactions/scripts/bless...

<?xml version="1.0"?>

<talkactions>

<talkaction words="!backpack" script="backpack.lua" />
<talkaction words="!aol" script="aol.lua" />
<talkaction log="yes" words="!bless" access="0" script="bless.lua"/>
</talkactions>
 
can you help me to do it? please i need

Code:
<?xml version="1.0"?>

<talkactions>
 <talkaction words="!backpack" script="backpack.lua" />
 <talkaction words="!aol" script="aol.lua" />
 [B]<talkaction words="!online" script="[COLOR="Red"]online.lua[/COLOR]" />[/B]
 [B]<talkaction words="!frags" script="[COLOR="red"]frags.lua[/COLOR]" />[/B]
 <talkaction log="yes" words="!bless" access="0" script="bless.lua"/>
</talkactions>

Make sure they are the names in your "talkactions/scripts/" folder
 
Back
Top