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

Little problem with ban

ScorpiOOn93

etherno.net
Joined
Jun 19, 2008
Messages
662
Reaction score
1
Location
CookieLand :DDD
Why when i want to use "doAddBanishment" it's showing me errors in console "attempt to call global 'doAddBanishment' (a nill value)".
Maybe it's because that script is in globalevents? Because the script is Ok.
Using TFS 0.3.5
 
@Up
Eh I have a problem :D
I've done everything correctly but it's not working (it's not banning player) and it's not showing any errors in console :|

For example:
I have

local accId = getAccountIdByName(name)
doAddAccountBanishment(accId, 9600, comment)

And it's not working : d
I was trying with a lot of "combinations" but everytime it's not working and it's not showing any errors :/
 
Back
Top