Removeplayerfromvehicle
#1

i have this vehicle script:

pawn Код:
case DIALOG_VEHICLE_BUY:
        {
            new vehicleid = GetPVarInt(playerid, "DialogValue1");
            new caption[32], info[256];
            format(caption, sizeof(caption), "Vehicle ID %d", vehicleid);
            format(info, sizeof(info), "This vehicle is for sale ($%d)\nWould you like to buy it?", VehicleValue[vehicleid]);
            ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, caption, info, "Yes", "No");
        }
how i make so if player select no, removeplayerfromvehicle?
Reply


Messages In This Thread
Removeplayerfromvehicle - by TheDiscussionCafe - 01.06.2012, 23:45
Re: Removeplayerfromvehicle - by Scott - 01.06.2012, 23:53
Re: Removeplayerfromvehicle - by thefatshizms - 01.06.2012, 23:54
Re: Removeplayerfromvehicle - by thefatshizms - 02.06.2012, 00:00
Re: Removeplayerfromvehicle - by TheDiscussionCafe - 02.06.2012, 00:04
Re: Removeplayerfromvehicle - by TheDiscussionCafe - 02.06.2012, 00:18
Re: Removeplayerfromvehicle - by Scott - 02.06.2012, 00:22
Re: Removeplayerfromvehicle - by TheDiscussionCafe - 02.06.2012, 00:29
Re: Removeplayerfromvehicle - by Sandiel - 02.06.2012, 18:37
Re: Removeplayerfromvehicle - by TheDiscussionCafe - 02.06.2012, 19:09

Forum Jump:


Users browsing this thread: 3 Guest(s)