Not sure how to fix this | Undefined Symbol
#1

Ok, so on line 1806, I receive the following error

Код:
C:\Documents and Settings\X3nZ\Desktop\eGRP\gamemodes\mysql_workingversion.pwn(1806) : error 017: undefined symbol "Freeze"
On line 1806, is the following

The following in which contains line 1806, you'll see in //, where line 1806 is.

pawn Код:
public Tazed(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        playerinfo[playerid][taze]--;
        if(playerinfo[playerid][taze]>-1)
            SetTimerEx("Tazed",1000,0,"d",playerid);
        else
        {
            Freeze(playerid,0);  // THIS HERE IS LINE 1806
            ClearAnimations(playerid);
        }
        playerinfo[playerid][afk]=0;
    }
}
How would I go about fixing this?
Reply


Messages In This Thread
[Solved] Not sure how to fix this | Undefined Symbol - by X3nZ - 04.05.2012, 17:42
Re: Not sure how to fix this | Undefined Symbol - by Vince - 04.05.2012, 17:49
Re: Not sure how to fix this | Undefined Symbol - by HuSs3n - 04.05.2012, 17:49
Re: Not sure how to fix this | Undefined Symbol - by X3nZ - 04.05.2012, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)