01.02.2017, 23:44
I have a few questions related to YCMD
1. What is better to use YCMD comes with dual commands
2. do I make the switch from ZCMD to YCMD and I like each command to transfer
So I'd like where it's going
1. What is better to use YCMD comes with dual commands
Code:
YCMD:r(playerid, params[], help) { return Command_ReProcess(playerid, "/reply", 0); } or // In OnGameModeInit (): Command_AddAltNamed("/reply", "/r");
Code:
CMD:r(playerid, params[]) >> YCMD:r(playerid, params[], help)
Code:
#pragma unused help #pragma unused params