PDA

View Full Version : get account status?


jsr
08-24-2019, 10:37 AM
Is there a way to get account status with a Lua script? I've looked through the API documentation and lua_client.cpp and can't find a method.

Cheers

Uleat
08-24-2019, 07:24 PM
Try client:Admin(); -- int

jsr
08-24-2019, 08:48 PM
Thanks Uleat :)