Hey im trying to toggle mount on login if player was mounted befor he loged off.
I got player:toggleMount() but it will always toggle the mount even if player wasn't mounted befor.
If you got any idea or the best solution for that case I will really appreciate it
King regards
( I could add a storage onMount and onDisMount and check that on login as example
if player:getStorageValue(349) == 1 then
player:toggleMount()
end
but not sure if that's the best solution )
TFS 1.5
I got player:toggleMount() but it will always toggle the mount even if player wasn't mounted befor.
If you got any idea or the best solution for that case I will really appreciate it
King regards
( I could add a storage onMount and onDisMount and check that on login as example
if player:getStorageValue(349) == 1 then
player:toggleMount()
end
but not sure if that's the best solution )
TFS 1.5