12.10.2010, 06:11
When I try compile my script I get an error saying that "Undefined Symbol: "GetObjectPos"". (or something along those lines).
The two lines of script looks like this:
new Float
, Float:y, Float:z;
GetObjectPos(1654, Float
, Float:y, Float:z);
1654 = The object ID (Dynamite)
Checks for the X, Y and Z position of the dynamite object.
Not quite sure why I get this error or how I fix it, help is appreciated.
Thanks in advance.
The two lines of script looks like this:
new Float

GetObjectPos(1654, Float

1654 = The object ID (Dynamite)
Checks for the X, Y and Z position of the dynamite object.
Not quite sure why I get this error or how I fix it, help is appreciated.
Thanks in advance.