Jump to content

check state


Whit3

Recommended Posts

Posted

i Want To get the count of the state of alive players

  
local g_Me = getLocalPlayer() 
function check () 
alive = getElementData(g_Me, "state") ~= "alive"  
if alive <= 0 then 
outputChatBox ("Test") 
     end 
        end 
            

Posted

You want to get the amount of alive players?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

That doesn't make any sense.

You want to know how much alive players there are or is it something else?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
function check() 
  
local alive = getAlivePlayers() 
  
outputChatBox("there are: "..#alive.. " alive players") 
  
end 

Ingame Name : |DGT|Puma

DGT Clan Server 24/7 Owner/Scripter

MultiGameMode in progress :

n-560x95_FFFFFF_FFFFFF_0283C4_000000.png

Posted
function check() 
  
local alive = getAlivePlayers() 
  
outputChatBox("there are: "..#alive.. " alive players") 
  
end 

Thanks i mean that

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...