• Level system error
    6 replies, posted
After of reconnection(any time), if i had level 100 then i have only visual level 100, but i cant pick any jobs. What to do?
what gamemode? what addon? what jobs? what have you tried so far?
Lemme use my non-existant tech support magic to understand the problem real quick... yes i've used this joke before
Dark RP Vrondakis level system any jobs, i just cant pick them I downloaded a new version of addon, elder version, reinstaled the server Thats all
You need to edit the script, on sh_core.lua at this line : hook.Add('PlayerInitialSpawn', 'manolis:MVLevels:PlayerSpawnB',PlayerInitialSpawn) remove it and put this code : hook.Add('PlayerInitialSpawn', 'manolis:MVLevels:PlayerSpawnB', function(ply) timer.Simple( 1, function () PlayerInitialSpawn(ply) end) end)
Thank u very much my friend
i've replyed
Sorry, you need to Log In to post a reply to this thread.