Thread: [Solved] help!
View Single Post
Grovliom
Member
Join Date: Mar 2020
Location: somewhere in Serbia
Old 06-10-2020 , 18:49   Re: help!
Reply With Quote #9

Quote:
Originally Posted by Bugsy View Post
Do you realize how often client_prethink is called?

You will burn through stamina nearly instantly.
PHP Code:
    if (nbut[id] == IN_USE)
    {
        if(
stamina[id] == 0)
        {
            
        }
        if(
stamina[id] > 0)
            {
                
set_user_health(hit, -1)
                
remove_task(id)
                
stamina[id] = stamina[id] - 
it just kills a player and then it just goes down 1 stamina, worked before with my friend and i!

Last edited by Grovliom; 06-10-2020 at 18:56.
Grovliom is offline