Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (strcmp("/v", cmdtext, true, 10) == 0)
- {
- ShowPlayerDialog(playerid,DIALOG_V,DIALOG_STYLE_LIST,"{00FF00}Vehicle {FFFFFF}Super {FF0000}Menu","{00FF00}Bicycle\n{00FF00}Bike's\n{FFFFFF}Car's\n{FFFFFF}Monster Truck's\n{FF0000}Airplane's\n{FF0000}Helicopter's","Ok","Beenden");
- return 1;
- }
- if(dialogid == DIALOG_V)
- {
- if(response)
- {
- if(listitem == 0)
- {
- ShowPlayerDialog(playerid,Dialog_Rad,DIALOG_STYLE_LIST,"{00FF00}Bicycle","{FFFF00}Bike\n{FFFF00}BMX\n{FFFF00}Mountain Bike","Spawn","Beenden");
- return 1;
- }
- if(listitem == 1)
- {
- ShowPlayerDialog(playerid,Dialog_Bikes,DIALOG_STYLE_LIST,"{00FF00}Bike's","{FFFF00}NRG-500\n{FFFF00}Sanchez\n{FFFF00}BF-400\n{FFFF00}PCJ-600\n{FFFF00}FCR-900\n{FFFF00}Freeway\n{FFFF00}Quad","Spawn","Beenden");
- return 1;
- }
- if(listitem == 2)
- {
- ShowPlayerDialog(playerid,Dialog_Cars,DIALOG_STYLE_LIST,"{FFFFFF}Car's","{FFFF00}Hotring Racer\n{FFFF00}Infernus\n{FFFF00}Bullet\n{FFFF00}Cheetah\n{FFFF00}Banshee\n{FFFF00}Turismo\n{FFFF00}Super GT\n{FFFF00}Sultan\n{FFFF00}Jester\n{FFFF00}ZR-350","Spawn","Beenden");
- return 1;
- }
- if(listitem == 3)
- {
- ShowPlayerDialog(playerid,Dialog_MT,DIALOG_STYLE_LIST,"{FFFFFF}Monster Trucks's","{FFFF00}Monster\n{FFFF00}Monster A\n{FFFF00}Monster B\n{FFFF00}Dumper\n{FFFF00}Dune","Spawn","Beenden");
- return 1;
- }
- if(listitem == 4)
- {
- ShowPlayerDialog(playerid,Dialog_Airplanes,DIALOG_STYLE_LIST,"{FF0000}Airplane's","{FFFF00}AT-400\n{FFFF00}Andromada\n{FFFF00}Nevada\n{FFFF00}Shamal\n{FFFF00}Dodo\n{FFFF00}Stuntplane\n{FFFF00}Cropduster\n{FFFF00}Skimmer","Spawn","Beenden");
- return 1;
- }
- if(listitem == 5)
- {
- ShowPlayerDialog(playerid,Dialog_Heli,DIALOG_STYLE_LIST,"{FF0000}Helicopter's","{FFFF00}Maverick\n{FFFF00}CNN Maverick\n{FFFF00}Sparrow\n{FFFF00}Raindance\n{FFFF00}Leviathan\n{FFFF00}Cargobob","Spawn","Beenden");
- return 1;
- }
- }
- }
- if(dialogid == Dialog_Rad)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(509,x+2,y+2,z,0,0,125,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(481,x+2,y+2,z,0,0,1,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(510,x+2,y+2,z,0,0,101,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
- if(dialogid == Dialog_Bikes)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(522,x+2,y+2,z,0,0,1,0);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(468,x+2,y+2,z,0,0,135,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(581,x+2,y+2,z,0,0,101,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 3)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(461,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 4)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(521,x+2,y+2,z,0,0,151,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 5)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(463,x+2,y+2,z,0,0,161,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 6)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(471,x+2,y+2,z,0,0,141,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
- if(dialogid == Dialog_Cars)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(502,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(411,x+2,y+2,z,0,0,151,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(541,x+2,y+2,z,0,0,1,125);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 3)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(415,x+2,y+2,z,0,0,156,125);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 4)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(429,x+2,y+2,z,0,0,163,120);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 5)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(451,x+2,y+2,z,0,0,168,78);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 6)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(506,x+2,y+2,z,0,0,168,15);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 7)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(560,x+2,y+2,z,0,0,122,54);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 8)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(559,x+2,y+2,z,0,0,135,62);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 9)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(477,x+2,y+2,z,0,0,135,78);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
- if(dialogid == Dialog_MT)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(444,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(556,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(557,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 3)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(406,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 4)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(573,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
- if(dialogid == Dialog_Airplanes)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(577,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(592,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(553,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 3)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(519,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 4)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(593,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 5)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(513,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 6)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(512,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 7)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(560,x+2,y+2,z,0,0,111,131);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
- if(dialogid == Dialog_Heli)
- {
- if(response)
- {
- if(listitem == 0)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(487,x+2,y+2,z,0,0,255,1);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 1)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(488,x+2,y+2,z,0,0,1,148);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 2)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(469,x+2,y+2,z,0,0,255,0);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 3)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(563,x+2,y+2,z,0,0,255,0);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 4)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(417,x+2,y+2,z,0,0,255,0);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- if(listitem == 5)
- {
- new Float:x,Float:y,Float:z,spawncar;
- GetPlayerPos(playerid,x,y,z);
- spawncar=CreateVehicle(548,x+2,y+2,z,0,0,255,0);
- PutPlayerInVehicle(playerid,spawncar,0);
- return 1;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement