• adding decimal?
    2 replies, posted
Hello, i have a gamemode and i want to make it so you have to get 2 kills to level up and i have changed: attacker:GetNWInt('level',0) + 1 to: attacker:GetNWInt('level',0) + 0.5 why isnt it working?
Try changing the type to GetNWFloat/SetNWFloat
thankyou, that worked. I also have an issue with: function GM:PlayerSetModel( ply ) ply:SetModel( "models/player/leet.mdl" ) end it just doesnt set my model
Sorry, you need to Log In to post a reply to this thread.