Search Results
You can always find latest version of GeoLite Databases here.
11,968
We need to see your code example to help you.
393
Quote: Originally Posted by awsomedude There is a include that detects invalid bullet shots https://sampforum.blast.hk/showthread.php?tid=581017 That include doesn't solve the exact pro...
1,125
Hello everybody, I was recently having this error on my server_log.txt file and lost some players because they were crashing out of the game when this error happens. This error is not being randomly...
1,125
Quote: Originally Posted by Catalyst- pawn Код: {%06x} Thanks!
351
Hello, I'm using a system that includes users color in client messages. But some colors do not work very well. Example: pawn Код: printf("{%x}", 0x008000FF >>> 8); // returns {0080} whi...
351
Quote: Originally Posted by HyDrAtIc I frankly don't know, it could be a script's problem probably... I can't go back, I made a lot of changes and save it. Now my script is burnt?
554
Quote: Originally Posted by HyDrAtIc It could be a pawno problem, get the pawno from the 0.3z package provided by SA-MP, run as administrator and set compatibility mode to Windows XP S3 or...
554
When I compile my gamemode it says Pawno Compiler library has stopped working but after I try to compile several times with no changes made in script, it compiles successfully. I checked missing brack...
554
Quote: Originally Posted by Misiur In PAWN single quote (') is used for single characters (try 'A' == 65), and double quote (") for strings. So: pawn Код: regex_replace(line, "nextid=\...
347
Hello, I'm using regex replace to remove Код: nextid="checkpoint () (1231)" from a line. I use expression nextid="\w+\s\(\)\s\([0-9]{1,5}\)"\s. This works on Notepad++ but when it comes to code ...
347
I do use 8.1 Pro and I haven't came across with the same issue before. Better install all runtimes for x64 and x86 versions and upgrade your graphic & directx.
708
This include is really awesome! That really made my day.
7,861
Quote: Originally Posted by Kikito Are you getting any kind of errors? You need to give any kind of information you have so we can assist you. No. It was giving an error about msvcr110....
719
Please someone must have been had the same error before please help me
719
I also check Log Viewer on Administrative Tools but couldn't find anything
719
Quote: Originally Posted by SKAzini Make sure you have this. Also try loading mysql.dll as the last plugin and see if something happens. My computer has latest version of dot net which...
719
Quote: Originally Posted by SKAzini Try using crashdetect to see if you can get the source of the problem (not sure if crashdetect shows plugin errors). Also, post the full server log. ...
719
Hello everyone, I'm using pBlueG's latest version of mysql plugin. For the testing purposes when I start the server on my laptop it says Код: [18:43:15] Loading plugin: mysql [18:43:15] Fail...
719
pawn Код: enum tdmCameraPos{    Float: tCamX,    Float: tCamY,    Float: tCamZ,    Float: tLookX,    Float: tLookY,    Float: tLookZ,}new TDMs_Camera_Info[][][tdmCameraPos] ={    {//...
259