• 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!

War System problems

Spratt

New Member
Joined
Jun 26, 2011
Messages
106
Reaction score
1
Hello everyone,

When I try to invite a guild to war i get this message in my guild chat

Code:
10:46 Not enough param(s).

There are no errors in my server console so I don't know what to do. Please help




Thanks in advance
 
you executed in db the war system?
----
you add in lib the script?

how to use:

PHP:
Command	Action
/war invite,guild name,fraglimit	Send an invitation to start a war. Example: war invite,Black Ninjas,150
/war invite,guild name,fraglimit,money,time	Send an invitation to start a war. Example: war invite,Black Ninjas,150,10000,3 day's
/war accept,guild name	Accept the invitation to start a war.
/war reject,guild name	Reject the invitation to start a war.
/war cancel,guild name	This will cancel the invitation to the guild 'Black Ninjas'
/balance donate 1234	Command for founder of guilds for pay money
/balance pick 1234	Command for founder of guilds for payout money
 
What did you write when you tried to accpet the war?
you should accept war with this command:
Code:
/war accept, guildname
 
Back
Top