Tool: Convert from strcmp to zcmd?
#2

no, there are no tools that allow the conversion of the commands.
however, both within half an hour you should be able to convert any gamemode by strcmp in zcmd, just put a return every function, replace the "prefix" strcmp in ZCMD obviously also outside dell'OnPlayerCommandText, and delete it completely.
correct syntax for a command in zcmd:
pawn Код:
CMD: command (playerid, params [])
{
//code here
return 1;
}
Reply


Messages In This Thread
Tool: Convert from strcmp to zcmd? - by blanic - 05.06.2016, 13:41
Re: Tool: Convert from strcmp to zcmd? - by IFilip - 05.06.2016, 13:46
Re: Tool: Convert from strcmp to zcmd? - by Rockefeller - 08.06.2016, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)