02.10.2011, 14:46
Quote:
So maked a engine system.. but I have big prob.. I need from if command to zcmd... how to do it?
Код:
if(strcmp("/vehctrl", cmdtext, true, 10) == 0) { ShowVehicleControlDialog(playerid); return 1; } Maybe some one can help me out, thanks for your time and have a nice day.. |
Код:
CMD::vehctrl(playerid, params[]) { ShowVehicleControlDialog(playerid); return 1; }