Search Results
pawn Code: public SendRandomMessage(){    SendClientMessageToAll(0xFAAC58FF, RandomMessage_[RandomMessage_Order]);    RandomMessage_Order++;    if(RandomMessage_Order >= sizeof(RandomMessage...
198
It really doesn't matter what type of server you run, but what location is closest to your players. If the majority of your players are from Europe, then go for Europe. If they are from the USA, then ...
392
That is fine, you shouldn't have issues.
209
For the people who have problems with dynamic version on Linux (missing libmysqlclient.so.18 dependency). I've been struggling for days to find a solution, and finally succeed. I took the file libmysq...
9,000
There was a Serbo-Croatian subforum earlier, but it has been deleted because of very low activity there. Anyway, I think that we don't need a subforum here, there are already 2 pretty big Balkanian fo...
89
libmysql.dll is located on the exact same page from which you've downloaded the plugin. You can find it at the end of the first post, too.
92,757
You must put plugins' names in your server.cfg.
339
You will be fine with that RAM. You don't need more than that, and you'll be fine running Apache if you prefer.
157
Quote: Originally Posted by gabyk Function mysql_ping was removed ? Yes, and on the previous page is an example of how to check if a connection is dead.
92,757
Debug your code to see at which point it crashes or set up the crashdetect.
179
There are multiple file plugins on the forums. If you have problem with the one you tried, try another. If your files are numbered and are in format e.g. "1.ini", than you can make a loop like this...
125
Most of the free hosting providers have disabled remote MySQL connections due to security issues. Even if you find one that allows remote connections, their machines usually have a lot of users (becau...
88
https://sampforum.blast.hk/showthread.php?tid=200418
105
Quote: Originally Posted by SnL Thanks Pooh7 it compiled me perfect , but i have a question : Code: public OnGameModeInit() { new Name[24]; for( new i = 0; i < 5; i++ ) { ...
22,759
You must forward every public function. If you don't forward a public function, you will get the warning 235. Add the following line somewhere (along with other function declarations) at the top of yo...
22,759
Well, if you are connecting to a remote MySQL server, you must specify an IP that is different than "127.0.0.1" .
171
Tutorial: Getting your filterscripts and gamemodes to share information
100
Well, this guy did it: http://imageshack.us/photo/my-images...052f.png/?sa=0 I'm 100% positive there can't be used HEX colors, so he must've done it with these TextDraw codes. Quote: Ori...
140
Your login credentials seem to be incorrect (username, password, database name or host). Quote: Originally Posted by gtakillerIV You shouldn't have a username or a password if it's a loc...
171