01.12.2007, 02:16
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 :
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 :
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
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 );
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; }

Dont forget the creditz...Greetz Snipe...
CSMenu.zip