DCMD return
#1

How to make same commands?
pawn Код:
dcmd(wow,3,cmdtext);
dcmd(owo,3,cmdtext);
pawn Код:
dcmd_wow(playerid,params[]) {
print ("hey");
}

dcmd_owo(playerid,params[]) {
return what_should_i_return_to_get_playerid_and_params?;
}
Thanks.
Reply


Messages In This Thread
DCMD return - by Seven_of_Nine - 21.05.2011, 20:29
Re: DCMD return - by Vince - 21.05.2011, 20:38
Re: DCMD return - by Seven_of_Nine - 21.05.2011, 20:38
Re: DCMD return - by Laronic - 21.05.2011, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)