SA-MP Forums Archive
unattach - 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: unattach (/showthread.php?tid=360395)



unattach - Mr.1337 - 17.07.2012

can i create a command to unattach all car objects?

if yes please make me one


Re: unattach - GSRP - 17.07.2012

Well, sorry to burst your bubble there kid, but we cannot just spawn you a cmd like stated out of the blue. We would have to have some of your code for certain variables and shit.


Re: unattach - Mr.1337 - 17.07.2012

is this command work

cmd:unattach(playerid, params[])
{
DestroyDynamicObject(neon13);
return 1;
}

when i compile i get 'undefined symbol neon13' but i have neon13 defined

example

neon13 = createobject(etcetc


Re: unattach - Mr.1337 - 17.07.2012

bump


Re: unattach - GSRP - 17.07.2012

Quote:
Originally Posted by Mr.1337
Посмотреть сообщение
bump
If you are using DestroyDynamicObject, make sure you are using CreateDynamicObject.

Also, read the rules, you are not allowed to bump for 48 hours.