25.08.2010, 00:23
How do I make a dcmd command to call a different command? I thought it would be like
but it was not.
I don't know how to fix this and I'm pretty sure I saw it in a different script before.
pawn Код:
dcmd_tele(playerid, params[])
{
#pragma unused params
return dcmd(tps,cmdtext);
}
I don't know how to fix this and I'm pretty sure I saw it in a different script before.