-
Posts
359 -
Joined
-
Last visited
Everything posted by AeroXbird
-
@Maddog How do you want to cancel the clientside-health of a ped serverside ped?
-
As far as I know there isn't no. But you can make a script that will reset the health a few times once it hits 100, but i don't think that will be very efficient.
-
Maybe the objects are blocking the boats movement?
-
I have a small example for your here: <?php $ip = "ip.ip.ip.ip" ; // Enter IP here $port = "port"; // enter port here: $_GET['ip']="$ip:$port"; $array=explode(':',$_GET['ip']); $fp = @fsockopen($array[0], $array[1], $errno, $errstr,1); elseif($fp){ $status = "<font color=\"green\">online</font>"; fclose($fp); // Close connection since we dont need it anymore. } else{ $status = "<font color=\"red\">offline</font>"; } echo $status; ?>
-
You should seriously read the wiki next time. And so should you just take a look at the LUA wiki, it will explain something about the values you are using.
-
You cant replace the collisons on vehicles yet, this is supposed to be implented in future versions.
-
That unlimited health script will just lag your server like hell. If i am right, it is not possible to increase the health on peds, For players i am sure that the limit is 200, so i suggest you to try 200 on your peds.
-
In soviet russia, topic bumps you!
-
You might have forgot to fill something in, because it is complaining about a missing argument. In what browser are you viewing the website?
-
Maybe try to give us some screenshots of your router web-access (logged in ofcourse) I might be able to help you through.
-
That is the reason that i said "require" I never said you couldn't use them.
-
Config files don't require a server or client value.
-
You dont have to delete them: <meta> <info author="jbeta" description="Vote manager resource" type="script" version="1.0.5" /> <include resource="helpmanager" /> <script src="votemanager_errorcodes.lua" type="server"/> <script src="votemanager_server.lua" type="server"/> <export function="startPoll"/> <export function="stopPoll"/> <export function="finishPoll"/> <script src="votemanager_polls.lua" type="server"/> <export function="voteMap"/> <export function="voteKick"/> <export function="voteBan"/> <export function="voteBetweenMaps"/> <export function="voteBetweenModes"/> <script src="votemanager_client.lua" type="client"/> <config src="help.xml" type="client" /> <settings> <setting name="*color" value="#DF6464" /> <setting name="*log_votes" value="[true]" /> <setting name="*default_timeout" value="[8]"/> <setting name="*default_allowchange" value="[false]"/> <setting name="*default_percentage" value="[65]"/> <setting name="*default_maxnominations" value="[3]"/> <setting name="*votemap_enabled" value="[false]"/> <setting name="*votemap_timeout" value="[10]"/> <setting name="*votemap_locktime" value="[120]"/> <setting name="*votemap_percentage" value="[70]"/> <setting name="*votemap_allowchange" value="[true]"/> <setting name="*votemode_enabled" value="[false]"/> <setting name="*votemode_timeout" value="[15]"/> <setting name="*votemode_locktime" value="[120]"/> <setting name="*votemode_percentage" value="[70]"/> <setting name="*votemode_allowchange" value="[true]"/> <setting name="*votekick_enabled" value="[false]"/> <setting name="*votekick_timeout" value="[15]"/> <setting name="*votekick_locktime" value="[120]"/> <setting name="*votekick_percentage" value="[70]"/> <setting name="*votekick_allowchange" value="[true]"/> <setting name="*voteban_enabled" value="[false]"/> <setting name="*voteban_timeout" value="[15]"/> <setting name="*voteban_locktime" value="[120]"/> <setting name="*voteban_percentage" value="[75]"/> <setting name="*voteban_allowchange" value="[true]"/> <setting name="*votekill_enabled" value="[false]"/> <setting name="*votekill_timeout" value="[15]"/> <setting name="*votekill_locktime" value="[120]"/> <setting name="*votekill_percentage" value="[70]"/> <setting name="*votekill_allowchange" value="[true]"/> </settings> </meta> Just change the _enabled values to false where prefered, and it will go off.
-
Yeah, lets bump topics by typing only 6 characters! [/sarcasm]
-
A. YEAHH!!!!!11!!11!One1!!!! Q. I has charizard, trade forz mudkips?
-
I personally would not recommend this script to others since the airbreak detection has major flaws in it, and starts whining about everytime you are in the air (for example you fall off a building) This is the same when being in a vehicle, maybe you are doing a stunt with your car, and you use a ramp to make some air, then all of the sudden the anti-cheat kicks in and ruins your gameplay. The basics of this system are fine and good, but it needs major tweaking for each server. It is like buying a pc while you need to build it, you have to install everything the way you do it, and order the cables the way you prefer. It takes time to tweak this system.
-
He is basically asking how to remove the images in the race resource because it annoys him.
-
I am guessing he needs to know how to do this in a browser: using PHP for example, correct me if i am wrong.
-
It might help us if you tell us in what way you run the server, using screen to hide it? Or do you keep the console open while the server runs?
-
A. I liek mudkipz <3 Q. Never gonna give youu up! never gonna let you down! never gonna roll around and.?
-
Since you made your question so huge and forgot to press F9 and check the help of the playmode. The command in play mode to set your alpha is /ap so for example if you want to be invisible you would do: /ap 0 and to return visible again: /ap 255
-
No1Servers.com - Quality hosting at epic prices!
AeroXbird replied to Cameron's topic in Hosting solutions
Looks very sleek and professional, keep up the good work i guess. -
And there is no way to choose your cpu clock speed values for your vps? Nor the amount of memory and hdd space?
-
*bump* So you are planning on hosting multiple servers on a VPS? that will result into a total mess and will only give more lag than play time. I suggest you get a dedicated server and place it in a datacenter, and also you should get a professional website, since that site is empty at the moment.
-
A. 0.001 Q. omgwtfnowaibbq?
