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