Search Results
Resurrecting a relatively old post here, but with the rectangle zone selector it seems to push up the zones considerably norther than what they are set as on the zone editor. I noticed someone else po...
3,026
Hi guys,
So I'm trying to troubleshoot an issue here not relating to the code of the server. When running it on localhost, I pull some information from the 'scriptfiles' directory. Just two .txt file...
78
Quote:
Originally Posted by Gammix
Make sure the text sizes of each of those button textdraws don't overlap eavh other.
The TextSize is also used as the rectangular area where the text sh...
81
Hi guys,
So I've been working on a new system within my server using textdraws. Everything's all working perfectly now script wise except for the SelectTextDraw, basically... The textdraw works as a ...
81
Quote:
Originally Posted by thefirestate
Liam, here's your problem. If you use if(sscanf(params, "s[32]", params)) then check if the params include namechange with if(!strcmp(params, "name...
125
Quote:
Originally Posted by Denying
Something like this:
Код:
CMD:accept(playerid, params[])
{
new choice[32];
choice = "Teehee";
sscanf(params, "s[32]", choice);
i...
125
Quote:
Originally Posted by Threshold
Well, there are multiple ways of doing this. One way to go about this is to use strcmp for each parameter that DOESN'T require additional parameters.
...
125
Hello guys,
So I have a tendency to create commands that work like sub-commands, I'm not one to make loads of commands to do one option at a time. I'd rather use parameters to specify what they would...
125
Hi wordflexx.
If any filterscript or script uses the gettime() feature it actually gets the time from the server as opposed to the client. So if you're server is being hosted on a server that might p...
53
Quote:
Originally Posted by MD5
I'd put PhpMyAdmin, and set up everything (server wise) for a small fee. (debian 7)
Debian 7 is one of the GUI OS' isn't it?
461
Overall, if I was to go down the route of a Linux OS, I'd really need to learn how to operate the OS to it's full potential, I know some of the basics but, uploading, configuring, etc etc. That's wher...
461
Quote:
Originally Posted by Michael@Belgium
If I remember it's only Linux and you can choose which. Maybe you can have windows on VPS's with more resources. Look around and see
No no! ...
461
Quote:
Originally Posted by Michael@Belgium
For game servers you'll need to look to the Premium packages (as their CPU's are capable of running them). I had the 512MB SVZ for 5$ / month (a...
461
Quote:
Originally Posted by Vince
I've had good experiences with RamNode in the past, running a 100 slot SA-MP server, a MySQL server, nginx and PHP on the 256MB RAM package. Although like...
461
Quote:
Originally Posted by Adzdon
Why don't you buy n use VPS or dedicated server, you will probably one find one around $10 that's the same price as samp shared hosting
Hi Adzdon, I'v...
461
Quote:
Originally Posted by Pravin
galaxyhostplus.com i should say they the best server provider atm.
As stated above, everyone is suggesting hosts that are 'out of stock'.
Please che...
461
Hello guys,
Yes, we've ALL seen countless posts about SA:MP hosting, I was sick of seeing them and never thought I'd be asking... However it's came to the point where I've invested in shared hosting ...
461
This is an old post, I know, however I seem to be getting the most strangest bug from this include.
pawn Код:
error 004: function "OnPlayerChangeSelectedColor" is not implementederror 004: functi...
587
Quote:
Originally Posted by Lczy
Use TIMEDIFF() function and add some statement in the query.
This function will return time (hour:minuteecond) from two dates.
or you can use DATEDIFF()....
93