Problem
#1

Hey people!

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);
			    }
			}
		}
 	}
Reply
#2

The function HeadshotCheck does not exist. Have you created it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)