How to change from if command to zcmd
#4

Quote:
Originally Posted by trapped1
Посмотреть сообщение
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;
	}
And one thing.. How to make out pop-up dialog in cars


Maybe some one can help me out, thanks for your time and have a nice day..
Код:
	CMD::vehctrl(playerid, params[])
	{
		ShowVehicleControlDialog(playerid);
		return 1;
	}
Reply


Messages In This Thread
How to change from if command to zcmd - by trapped1 - 02.10.2011, 14:41
Re: How to change from if command to zcmd - by Max_Coldheart - 02.10.2011, 14:45
Re: How to change from if command to zcmd - by Drakon - 02.10.2011, 14:46
Re: How to change from if command to zcmd - by seanny - 02.10.2011, 14:46
Re: How to change from if command to zcmd - by Dolby - 02.10.2011, 14:47
Re: How to change from if command to zcmd - by trapped1 - 02.10.2011, 14:48
Re: How to change from if command to zcmd - by trapped1 - 02.10.2011, 15:23
Re: How to change from if command to zcmd - by Kingunit - 02.10.2011, 15:24
Re: How to change from if command to zcmd - by Pharrel - 02.10.2011, 15:25
Re: How to change from if command to zcmd - by Kingunit - 02.10.2011, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)