Thread: [ Array ]
View Single Post
Xablau
Member
Join Date: Dec 2014
Old 01-05-2015 , 22:22   Re: [ Array ]
Reply With Quote #5

Quote:
Originally Posted by YamiKaitou View Post
I have problem :/

PHP Code:
enum _:PlayerInfo
{
    
max_health
}
new 
p_Data33 ][ PlayerInfo ]

public 
plugin_init() 

    
RegisterHam(Ham_Spawn"player""Player_Spawn"1); 
}
public 
Player_Spawn(id
{
    if(
is_user_alive(id))  
        
set_user_health(idp_Data[id][max_health]) // p_Data[id][max_health] Is returning 0
}
public 
client_putinserver(id)
{
    
p_Data[id][max_health] = str_to_num(200)


Last edited by Xablau; 01-05-2015 at 22:23. Reason: Adapted the original code.
Xablau is offline