Xagul
deathzot.net
- Joined
- Jun 30, 2008
- Messages
- 1,295
- Solutions
- 3
- Reaction score
- 1,043
Hello, I have a script that is partially working but I just need some info on how to finish it.
Basically I am trying to make a script that will delete a character (like a ban that will never be lifted)
Ive been trying to get this to work:
However I cant figure out what to set "type" to, atm all I've been able to do with this function is namelock
Basically I am trying to make a script that will delete a character (like a ban that will never be lifted)
Ive been trying to get this to work:
Code:
doAddPlayerBanishment(getPlayerGUID(cid), type, os.time() + 1 * 3200, 12, ACTION_DELETION, "test", 2)
However I cant figure out what to set "type" to, atm all I've been able to do with this function is namelock