Do not know him
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Thijn on Aug 09, 2015, 08:01 AMQuote from: KAKAN on Aug 09, 2015, 04:49 AMUse WIndows, or else if u still like Linux, I would greatly suggest u to install UBUNTUHa, Windows. No way. Windows isn't made for hosting servers, it just needs too much resources and isn't available for cheap.
Ubuntu is better then windows in that case, but it's just a matter of preference.
Quote from: maxorator on Aug 08, 2015, 02:03 PMQuote from: Thijn on Aug 08, 2015, 12:55 PMI guess his apache has blown up.Who still uses Apache these days?
Quote from: KAKAN on Aug 05, 2015, 02:05 PMlol. anyways PlayerX u r decent?
Quote from: KAKAN on Aug 04, 2015, 07:10 AMHe'll take your script BE CAREFULL, free hosters are not good
else if( cmd == "fix" )
{
[ player.SetCarHealth ] = 1000;
MessagePlayer("#06FA16] Your car has been fixed.");
}
else if( cmd == "fix" )
{
local Vehicle = Player.Vehicle;
Vehicle.Health = 1000;
MessagePlayer("[#06FA16] Your car has been fixed.",Player);
}