05.06.2016, 13:46
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:
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;
}