[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
#2

Nice, I like it.
You can make a system that makes you able to buy cars, not to rent them.
And why 5000 seconds? Just make a command /unrentcar or something like that!
I like it by the way, I will +Rep you.
Reply
#3

Thanks man, the 5000 seconds i will be change it for what you said /unrentcar in the next version.
Reply
#4

Good luck.
Reply
#5

Nice I like it I think I would use it!
Reply
#6

new download pls!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)