SA-MP Forums Archive
[FilterScript] [FS]Car Shop Menu - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]Car Shop Menu (/showthread.php?tid=18385)



[FS]Car Shop Menu - snipe69 - 01.12.2007

Hey here is my new FS its a Car Shop Menu.

You need to add this in onplayerconnect or onplayerspawn in your gamemode to work :

Code:
  SetPlayerMapIcon( playerid, 1, 2051.2986,2211.9353,10.8203, 55, 0 );
  SetPlayerMapIcon( playerid, 2, 1080.5807,-1757.7505,13.3837, 55, 0 );
  SetPlayerMapIcon( playerid, 3, -1656.4481,452.7616,7.1872, 55, 0 );
  SetPlayerMapIcon( playerid, 4, 1283.0946,186.5609,20.0283, 55, 0 );
  SetPlayerMapIcon( playerid, 5, -534.3010,2564.7146,53.4141, 55, 0 );
There are 5 places where u can buy a car,the mapicon its a car,the pickup its a dollar.
when u enter it will appear a menu where u can buy a vehicle.

nrg price 2000$
mountain bike price: 600 $
banshee price 6500 $
infernus price 5000 $
Patriot Price 8000$
HotKnife Price 10000 $
Freeway Price 3000 $
Sanchez Price 2000 $
Quad Price 2500 $
Jeep Price 4250 $
Remington Price 5500 $
Sultan Price 4500 $

Here are some teles for the places if u dont find them :

Code:
  if(strcmp(cmd, "/cs1", true) == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,2051.2986,2211.9353,10.8203);
return 1;
}
Code:
  if(strcmp(cmd, "/cs2", true) == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,080.5807,-1757.7505,13.3837);
return 1;
}
Code:
  if(strcmp(cmd, "/cs3", true) == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-1656.4481,452.7616,7.1872);
return 1;
}
Code:
  if(strcmp(cmd, "/cs4", true) == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1283.0946,186.5609,20.0283);
return 1;
}
Code:
  if(strcmp(cmd, "/cs5", true) == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-534.3010,2564.7146,53.4141);
return 1;
}
If you are gone a use this,and if you take a screenshot plz post it im too lazy
Dont forget the creditz...Greetz Snipe...

CSMenu.zip





Re: [FS]Car Shop Menu - nate660 - 01.12.2007

nice i guess for a newb script muhahah just kidding,

Its great


Re: [FS]Car Shop Menu - snipe69 - 01.12.2007

Quote:
Originally Posted by [CRP
Nate660 ]
nice i guess for a newb script muhahah just kidding,

Its great
lol dont lie this is so noob


Re: [FS]Car Shop Menu - HH4ever - 02.12.2007

Cool I like this... but i think i can make it... except the pickups thing...


Re: [FS]Car Shop Menu - snipe69 - 02.12.2007

Quote:
Originally Posted by HH4ever
Cool I like this... but i think i can make it... except the pickups thing...
lol ok the pickups arent very hard...


Re: [FS]Car Shop Menu - shitbird - 08.12.2007

this looks awesome, tho i am not gunna use it... already got kind of the same thing

- WiTeY


Re: [FS]Car Shop Menu - snipe69 - 08.12.2007

Quote:
Originally Posted by Mr_WiTeY
this looks awesome, tho i am not gunna use it... already got kind of the same thing

- WiTeY
lol...i tested this in your server... and in cmg too


Re: [FS]Car Shop Menu - shitbird - 08.12.2007

Quote:
Originally Posted by [TG
Snipe ]
Quote:
Originally Posted by Mr_WiTeY
this looks awesome, tho i am not gunna use it... already got kind of the same thing

- WiTeY
lol...i tested this in your server... and in cmg too
i know but i havent edited urs cuz u only sent me the .amx file :P


Re: [FS]Car Shop Menu - snipe69 - 08.12.2007

Quote:
Originally Posted by DiSTuRBeD
Quote:
Originally Posted by [TG
Snipe ]
Quote:
Originally Posted by Mr_WiTeY
this looks awesome, tho i am not gunna use it... already got kind of the same thing

- WiTeY
lol...i tested this in your server... and in cmg too
i know but i havent edited urs cuz u only sent me the .amx file :P
lol ...coz was only testing bt now is the pwn here...


Re: [FS]Car Shop Menu - cmg4life - 08.12.2007

IT WORKS GREAT... KEWL ... i ve tested and using it it works i recommand using as FS