LUA:
local function savePlayer(player)
if not player:save() then
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Failed to save your data.")
return
end
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE...
You do not have permission to view the full content of this resource.
Log in or register now.