01.02.2013, 19:40
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?
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?