30.05.2013, 12:18
Hey people!
I have one problem with my script.
I have one problem with my script.
Код:
(27886) : error 017: undefined symbol "HeadshotCheck" (27885) : warning 203: symbol is never used: "blahz" (27885) : warning 203: symbol is never used: "blahy" (27885) : warning 203: symbol is never used: "blahx"
Код HTML:
if(newkeys & KEY_FIRE && newkeys & KEY_HANDBRAKE)
{
if(GetPlayerWeapon(playerid) == 34 && PlayerInfo[playerid][pScope] == 1)
{
if(RecentlyShot[playerid] == 0)
{
RecentlyShot[playerid] = 1;
SetTimerEx("AntiSpam", 1000, false, "d", playerid);
{
new Float:blahx, Float:blahy, Float:blahz;
HeadshotCheck(playerid, blahx, blahy, blahz);
}
}
}
}

