-
Posts
63 -
Joined
-
Last visited
Everything posted by greacius
-
JiHost.co.uk - where quality is cheaper!
greacius replied to JiHost.co.uk's topic in Hosting solutions
This is just ridiculous.. My standard MTA server test install on Linux already uses 100MB of RAM... (Without any players) (You can find this in their Terms of Service) It's for SAMP servers. MTA:SA servers has limit of 150 MB of RAM and 6 GB HDD. Maybe edit your terms of service... and still: this is very low. Don't limit the ram, or limit it to 500MB... Only limit the diskspace... -
JiHost.co.uk - where quality is cheaper!
greacius replied to JiHost.co.uk's topic in Hosting solutions
This is just ridiculous.. My standard MTA server test install on Linux already uses 100MB of RAM... (Without any players) (You can find this in their Terms of Service) -
One simple question, one simple answer: YES. I am hosting 2 VPS's currently with J-Solutions and I haven't had any problems. Only one time that the uploading speed with FTP was very low on one. I think they automatically bill you every month, unless you cancel your server, which should be as easy as a few clicks.
-
I'm sorry but I working on this. PM me if you wan't to create next versions. I will give you the rights on the community to edit the resource.
-
Castillo,That was because you didnt add it as php script to a webserver like apache of something. You cant add it to THE builtin webserver. Are you sure you also Did that?
-
Please note the following things: # Make sure to film in the right host. ****** isnt a host. # The test account must have admin rights.
-
I Will help you put And i just forgot your question! I will see you in msn!
-
Oke... but it only gets the value, not the attributes, and what if there isnt any value?
-
Ok good! Can you give me a url of your dashboard?
-
No i dont have skype but you are sure the resource is running, the http port and ip in the settings are right?
-
You should add the admin user and pass of your mta server on those two lines....
-
Oke... you sure that the user 'asd' has admin rights? Because only admins are allowed to acces the web server in normal settings...
-
Well i dont know how your wrap function works so i cant help. And true, it is more usefull to watch to the code by yourself. There is nearly always a logic answer.
-
Oke... what's so usefull about this...?
-
Hi all, The guieditor resource has made a update checker. I want to make a resource that checks updates for all resources but the place where you can check this is down with the following php/mysql error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mtainvite'@'localhost' (using password: YES) in /home/mta/htdocs/community/main/mta/resources.php on line 2 This is since the community update... Can you please fix this? Regards, Mart
-
Any errors? Maybe you can try to make the function inside the setTimer to a seperate function. This would be probably not solve your problem but looks better.
-
You can also use the query function... it looks lot like mysql in php or any other language.
-
Why do you always need to think people are kids? Maybe he is but on nearly every post you say people are kids. I think he is just giving a funny response on a post thats dumb....
-
Is the resource running on your server? Have you edited the settings.php on your website?
-
getting X,Y,Z from object position and rotation.
greacius replied to dzek (varez)'s topic in Scripting
viewtopic.php?f=91&t=24355&p=289767&hilit=Pickup+in+Front+of+player#p289767 maybe this is what you are looking for? -
Ok i didnt understand your question but now i do. The problem is that it is determined in the dxDrawText function when and where to wrap the words. So as i said: you can use the function above to determine if wordwrapping is used and then after that do twice the font height of one line. I know it is hard to understand but i think that is what you are asking for?
-
Well im not going to make an admin sections because administrators can log into the web server part of mta and administrate there. Thanks for the suggestion anyway!
-
Well you can check if it is text wrapping by doing: if (*TEXTWIDTH* > *WIDTH OF THE TEXT PART*) then //Now it is word wrapping because it is bigger then the width of the text part. end