Posts: 293
Threads: 49
Joined: Jul 2011
Reputation:
0
can i create a command to unattach all car objects?
if yes please make me one
Posts: 56
Threads: 5
Joined: Jul 2012
Reputation:
0
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.
Posts: 293
Threads: 49
Joined: Jul 2011
Reputation:
0
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