Need Some Help won't take too long
#1

Where are the brackets missing? I couldn't solve it can anyone help?

error 010: invalid function or declaration

Code:
public OnPlayerUpdate(playerid)
{
        new Float:animX, Float:animY, Float:animZ;
        new anim = GetPlayerAnimationIndex(playerid);
        GetPlayerPos(playerid, animX, animY, animZ);
        if((anim >= 1538) && (anim <= 1542) && animZ > 5)
        {

        TogglePlayerControllable(playerid, false);
        SetPlayerPos(playerid, 1941.1534,-1100.2391,-23.7885);
        ShowPlayerDialog(playerid, DIALOG_PRAVILA,DIALOG_STYLE_MSGBOX,"Anti-Cheat", "{FFCC00}[Anticheat]"WHITE"[Anti-Cheat] You Have Been Banned for using Fly Hacks Bye Bye!!!","Ok","");
        BanEx(playerid, "Fly Hack");
		}
	    return 1;
}
Reply


Messages In This Thread
Need Some Help won't take too long - by Xtra - 20.07.2017, 17:03
Re: Need Some Help won't take too long - by Xtra - 20.07.2017, 17:36
Re: Need Some Help won't take too long - by Barnwell - 20.07.2017, 19:49
Re: Need Some Help won't take too long - by Kane - 20.07.2017, 19:55
Re: Need Some Help won't take too long - by Astralis - 20.07.2017, 20:47
Re: Need Some Help won't take too long - by iLearner - 20.07.2017, 20:51
Re: Need Some Help won't take too long - by Xtra - 22.07.2017, 04:08

Forum Jump:


Users browsing this thread: 2 Guest(s)