DIR Return Create A Forum - Home
---------------------------------------------------------
High Stakes Roleplay
HTML https://highstakes.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Discussions
*****************************************************
#Post#: 333--------------------------------------------------
Script update log
By: Joey Tucker Date: April 8, 2012, 9:13 am
---------------------------------------------------------
08 April 2012 - 15:12 GMT
- Added buyable cars
- Changed /engine so if you are in your own vehicle it takes 1.5
seconds to start the engine (keys)
- Changed /engine so if you are in someone else's vehicle it
takes 3.5 seconds (hotwiring)
[code]if(DynamicCar[i][vehForSale] == 1) return
SendClientMessageEx(playerid, 0xFF634700, "sss",
"[ERROR]{FFFFFF}: You can not start this {FFAA00}",
GetCarName(DynamicCar[i][vehModel]), "{FFFFFF} because it is for
sale.");
if(!strcmp(DynamicCar[i][vehOwner],NUsN(playerid),true))
{
format(string, 129, "* %s twists the vehicle keys and
turns on the engine.", NUsN(playerid));
SetTimerEx("SetTimedVehicleParams", 1500, 0,
"dddddddddds", vehicleid, 1, lights, alarm, doors, bonnet, boot,
objective, string);
}
else
{
format(string, 129, "* %s bends down, and starts hotwiring
the car.", NUsN(playerid));
SetTimerEx("SetTimedVehicleParams", 3500, 0,
"dddddddddds", vehicleid, 1, lights, alarm, doors, bonnet, boot,
objective, string);
}[/code]
#Post#: 366--------------------------------------------------
Re: Script update log
By: Jack Shred Date: April 9, 2012, 11:10 am
---------------------------------------------------------
9-4-2012
* An adminpanel has been added for administrators with level 3
or above using clickable textdraws from 0.3e. ( not completely
done, some features like /prison are still to be scripted. )
* /help was added to the list of commands.
*****************************************************