Help Please
#1

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?
Reply
#2

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/
Reply
#3

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.
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)