Quote:
Originally Posted by Scrillex
Umm what is the best way to use it like CMD:raos(playerid,params[]) return cmd_removeattachedobjects(playerid,params[]);
Or
CMD:raos(playerid,params[])
{
return cmd_removeattachedobjects(playerid,params[]);
}
|
Doesn't matter..same thing. also the returned command (cmd_removeattachedobjects) shouldn't have [] after params.. i edited my last post.