01.03.2015, 19:41
He was asking about ZCMD, # Ralfie. This should help.
pawn Код:
stock CallCommand(playerid, command[], params[])
{
new string[64];
format(string, sizeof(string), "cmd_%s", command);
CallRemoteFunction(string, "s", params);
return 1;
}