Vehicle must not respawn
#2

if(GetPlayerMoney(playerid) < 4500) return SendClientMessage(playerid, COLOR_RED," SERVER : You don't have so much money!");
new Float:X, Float:Y, Float:Z, Float:A;
GetPlayerPos(playerid, X,Y,Z);
GetPlayerFacingAngle(playerid, A);
veh = AddStaticVehicle(499, X, Y, Z, A, 1, 1);
PutPlayerInVehicle(playerid,veh,0);
GivePlayerMoney(playerid,-4500);
SendClientMessage(playerid,COLOR_ROYALBLUE,"CAR SHOP : You have bought a Benson Cost: "COL_WHITE" $4,500");

Use that and told me how is going
Reply


Messages In This Thread
Vehicle must not respawn - by vassilis - 28.01.2015, 02:40
Re: Vehicle must not respawn - by Columbian - 28.01.2015, 03:27
Re: Vehicle must not respawn - by Arxalan - 28.01.2015, 03:48
Re: Vehicle must not respawn - by andrewgrob - 28.01.2015, 03:58
Re: Vehicle must not respawn - by Lynn - 28.01.2015, 04:45
Re: Vehicle must not respawn - by vassilis - 29.01.2015, 03:05

Forum Jump:


Users browsing this thread: 1 Guest(s)