SA-MP Forums Archive
Help Please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Please (/showthread.php?tid=412382)



Help Please - NickHaudMTA - 01.02.2013

Well i have a problem with EditObject

i did

new Ramp1;


new Float, Float:y, Float:z;

GetPlayerPos(playerid, x, y, z);

Ramp1 = CreateObject(playerid,18780, x, y, z, 1.1);

And that works good,no errors but when i do EditObject(playerid,Ramp1);

I got an error,it says (1073) : error 017: undefined symbol "EditObject" ...

Can somebody help me Please?


Re: Help Please - Tamer - 01.02.2013

Do you have the 0.3x or 0.3e includes in your pawno include file? a_samp.inc for sure. They need to be the updated versions,you must update it.

You may find it here:

http://files.sa-mp.com/


Re: Help Please - Accord - 01.02.2013

Well, you used the function well but your issue seems to be due earlier version, as stated above.
Update your a_samp include with 0.3e verison or above in order to get it worked.


Re: Help Please - NickHaudMTA - 01.02.2013

Oh works now thanks man!!! You r the best!