23.04.2012, 13:04
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:
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 ~ !
http://www.youtube.com/watch?v=55zM-...ature=*********
Downloads + Pastebin:
1. Download
2. Pastebin
~ Enjoy ~ !