Advanced Mechanic
#5

hey sorry MP2 it was colour-less to begin with didnt realise itd be a big problem, and ROXOR thanks for that Im going to check it out now!

Thanks this works good, but i need help with using who is in the driver seat and after choosing say repair in the dialog it asks that player.

After the code runs and gets the ID of the player in the driver seat iv made it :
ShowDialog(playerid, 9);
which is:
ShowPlayerDialog(playerid, 9, DIALOG_STYLE_LIST, "Mechanic Tools", "Repair Vehicle\nAdd/Remove Nitros\nAdd/Remove Hydraulics", "Choose", "Cancel");

Then under that:
Код:
	else if(dialogid == 9) //Mechanic
	{
	    if(response)
	    {
	        switch(listitem)
	        {
	            case 0: // Repair Vehicle
	            {

				}
This is where I want the mechanic to choose the repair and it will ask the ID of the driver in the seat if they'd like to accept/cancel.

Im a bit lost in what to do.
Iv got cmd:accept setup when accepting the mechanic.
but i was for use with the old mechanic way not how id like it to be now with the dialog..
Reply


Messages In This Thread
Advanced Mechanic - by oblexive - 18.07.2012, 03:07
Re: Advanced Mechanic - by oblexive - 19.07.2012, 08:03
Re: Advanced Mechanic - by MP2 - 19.07.2012, 08:23
Re: Advanced Mechanic - by [MM]RoXoR[FS] - 19.07.2012, 08:36
Re: Advanced Mechanic - by oblexive - 19.07.2012, 09:56
Re: Advanced Mechanic - by oblexive - 19.07.2012, 13:18

Forum Jump:


Users browsing this thread: 1 Guest(s)