CMD:cmd1(playerid,params[]){ // cmd1 code return cmd_cmd2(playerid, params); // when cmd1 finish execution it will go to cmd2 (make sure you have that command)}