[FilterScript] Car Rental System By ~ Nadav_P ~
#1

Car Rental System By Nadav_P

its my new system , in this system you can rental a car.(its also for rp servers)

its only for 5000 seconds(you can change it).

• How To buy a car for time:
• You will be in the checkpoint and dialog will open and you can click on name of car you want to buy for maximal time.
• Also You can change the price for the rental cars:
PHP код:
if(GetPlayerMoney(playerid) < 50000) return SendClientMessage(playerid,red,"You dont have enough money");
                                
GivePlayerMoney(playerid, -50000);
                                
GetPlayerPos(playerid,X,Y,Z);
                                
CreateVehicle(522,X+5,Y,Z,0.0,-1,-1,5000);
                }
                case 
1:
                { 
Screens:

http://www.youtube.com/watch?v=55zM-...ature=*********

Downloads + Pastebin:

1. Download
2. Pastebin

~ Enjoy ~ !
Reply


Messages In This Thread
Car Rental System By ~ Nadav_P ~ - by Nadav_P - 23.04.2012, 13:04
Re: Car Rental System By ~ Nadav_P ~ - by ilikenuts - 23.04.2012, 13:15
Re: Car Rental System By ~ Nadav_P ~ - by Nadav_P - 23.04.2012, 13:18
Re: Car Rental System By ~ Nadav_P ~ - by ilikenuts - 23.04.2012, 13:21
Re: Car Rental System By ~ Nadav_P ~ - by Derek_Westbrook - 23.04.2012, 13:30
Re: Car Rental System By ~ Nadav_P ~ - by sagigi - 20.08.2012, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)