same type commands in dcmd.
#1

hey, I've seen this code once where two identical commands were written something like this:
pawn Код:
dcmd_command1(playerid,params[]) || dcmd_command2(playerid,params[])
{
//code
}
But that's not the right way I believe, could anyone tell me the right way?
Reply
#2

pawn Код:
dcmd_command1(playerid, params[])
    return dcmd_command2( playerid, params )
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)