command god
#1

how to fix my god command

i just install this Include weapon-config.inc https://sampforum.blast.hk/showthread.php?tid=563387
and my command not work

PHP код:
CMD:god(playeridparams[])
{
    new 
str1[128], str2[128], admin[MAX_PLAYER_NAME], p[MAX_PLAYER_NAME], idFloathealth1Float:health2;
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid0x800000AA"You must be Admin to use this command");
    
GetPlayerHealth(playeridhealth1);
    if(
sscanf(params"d"id))
    {
        if (
health1==0.0)
        {
            
god_mode[playerid] = 0;
        
SetPlayerHealth(playerid100.0);
        return 
SendClientMessage(playerid,green"Back to mortality.");
        }
        if (
health1>0.0)
        {
        
god_mode[playerid] = 1;
        
SetPlayerHealth(playerid0x7F800000);
        return 
SendClientMessage(playeridgreen"You are god now!");
        }
    }
    if(
IsPlayerConnected(id))
    {
        
GetPlayerName(playeridadminMAX_PLAYER_NAME);
        
GetPlayerName(idpMAX_PLAYER_NAME);
        
GetPlayerHealth(idhealth2);
        if (
health2>0.0)
        {
            
god_mode[playerid] = 1;
            
SetPlayerHealth(id0x7F800000);
            
format(str2sizeof(str2), "You have successfully turned %s into god."p);
            
SendClientMessage(playeridgreenstr2);
            
format(str1sizeof(str1), "Admin %s has turned you into god!"admin);
            
SendClientMessage(idgreenstr1);
        }
        if (
health2==0)
        {
            
god_mode[playerid] = 0;
            
SetPlayerHealth(id100.0);
            
format(str2sizeof(str2), "You have turned god %s into human."p);
            
SendClientMessage(playeridgreenstr2);
            return 
SendClientMessage(idgreen"Back to mortality.");
        }
    }
    else 
SendClientMessage(playerid0x800000AA"ERROR: Player is not connected.");
    return 
1;

Reply


Messages In This Thread
command god - by crukk11 - 22.04.2017, 16:23
Re: command god - by Sjn - 22.04.2017, 16:40
Re: command god - by crukk11 - 22.04.2017, 16:41
Re: command god - by crukk11 - 22.04.2017, 16:46
Re: command god - by crukk11 - 22.04.2017, 17:27
Re: command god - by khRamin78 - 22.04.2017, 17:43
Re: command god - by crukk11 - 22.04.2017, 17:49
Re: command god - by Bennyy - 22.04.2017, 18:14
Re: command god - by crukk11 - 22.04.2017, 18:21
Re: command god - by Hunud - 22.04.2017, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)