earthquake
#1

hey guys i want to make a earthquake but this is not working

Код HTML:
CMD:eq(playerid, params[])
{
    if(GetPVarInt(-1, "EarthQuake") == 1337)
    {
        foreach(Player, i)
        {
            SetPlayerDrunkLevel(i, 49998);
        }
        SetPVarInt(-1, "EarthQuake", 1312);
    }
    else
    if(GetPVarInt(-1, "EarthQuake") == 1312)
    {
        foreach(Player, i)
        {
            SetPlayerDrunkLevel(i, 0);
        }
        SetPVarInt(-1, "EarthQuake", 1337);
    }
    return 1;
}
Reply


Messages In This Thread
earthquake - by StR_MaRy - 07.10.2016, 00:11
Re: earthquake - by Kaliber - 07.10.2016, 00:18
Re: earthquake - by StR_MaRy - 07.10.2016, 00:28
Re: earthquake - by azzerking - 07.10.2016, 01:53

Forum Jump:


Users browsing this thread: 1 Guest(s)