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

TFS 1.X+ const poff me when exiting

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
931
Solutions
7
Reaction score
127
Location
Brazil
YouTube
caruniawikibr
Hello, could anyone tell me how I can do it so that when the player forces the game to exit, instead of the player simply disappearing, it makes the poff effect. How is it when logout?

i use nekiro 7.72 version 1.5
 
Hello, could anyone tell me how I can do it so that when the player forces the game to exit, instead of the player simply disappearing, it makes the poff effect. How is it when logout?

i use nekiro 7.72 version 1.5
on creaturesscripts/login.lua you can put a condition, and return false to dont logout:

if CONDITION then
return false
end
 
Back
Top