god,headshot
#2

Why do you use this
PHP код:
if(sscanf(params"d"id))   
    {                            
        if (
health1==0.0)   
        {   
        
SetPlayerHealth(playerid100.0);   
        return 
SendClientMessage(playerid,0x00FF00AA"Back to mortality.");   
        }   
        if (
health1>0.0)   
        {   
        
SetPlayerHealth(playeridFLOAT_INFINITY);   
        return 
SendClientMessage(playerid0x00FF00AA"You are god now!");   
        }   
    } 
if you have this

PHP код:
if(IsPlayerConnected(id))   
    {   
        
GetPlayerName(playeridadminMAX_PLAYER_NAME);   
        
GetPlayerName(idpMAX_PLAYER_NAME);   
        
GetPlayerHealth(idhealth2);   
        if (
health2>0.0)   
        {   
            
SetPlayerHealth(idFLOAT_INFINITY);   
            
format(str2sizeof(str2), "You have successfully turned %s into god."p);   
            
SendClientMessage(playerid0x00FF00AAstr2);   
            
format(str1sizeof(str1), "Admin %s has turned you into god!"admin);   
            
SendClientMessage(id0x00FF00AAstr1);   
        }   
        if (
health2==0)   
        {   
            
SetPlayerHealth(id100.0);   
            
format(str2sizeof(str2), "You have turned god %s into human."p);   
            
SendClientMessage(playerid0x00FF00AAstr2);   
            return 
SendClientMessage(id0x00FF00AA"Back to mortality.");   
        }   
    }   
    else 
SendClientMessage(playerid0xFF0000AA"ERROR: Player is not connected.");   
    return 
1
Reply


Messages In This Thread
god,headshot - by crukk11 - 11.04.2017, 13:23
Re: god,headshot - by AndreiWow - 11.04.2017, 13:27
Re: god,headshot - by crukk11 - 11.04.2017, 13:35
Re: god,headshot - by AndreiWow - 11.04.2017, 13:36
Re: god,headshot - by crukk11 - 11.04.2017, 13:41
Re: god,headshot - by AndreiWow - 11.04.2017, 13:43
Re: god,headshot - by crukk11 - 11.04.2017, 13:50
Re: god,headshot - by AndreiWow - 11.04.2017, 14:13
Re: god,headshot - by crukk11 - 11.04.2017, 14:16
Re: god,headshot - by AndreiWow - 11.04.2017, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)