Vehicle must not respawn
#1

Hello guys hello is it possible for players who bought a car when it gets exploded not respawn?
Here is for example when a player gets a car
pawn Код:
if(GetPlayerMoney(playerid) < 4500) return SendClientMessage(playerid, COLOR_RED," SERVER : You don't have so much money!");
                        GetPlayerPos(playerid, X,Y,Z);
                        veh = CreateVehicle(499, X,Y,Z, Angle, 44, 44, -1);
                        PutPlayerInVehicle(playerid,veh,0);
                        GivePlayerMoney(playerid,-4500);
                        SendClientMessage(playerid,COLOR_ROYALBLUE,"CAR SHOP : You have bought a Benson Cost: "COL_WHITE" $4,500");
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: 3 Guest(s)