Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,699
» Latest member: Afreldo
» Forum threads: 2,499
» Forum posts: 12,571

Full Statistics

Online Users
There are currently 165 online users.
» 0 Member(s) | 161 Guest(s)
DuckDuckGo, Bing, Google, Yandex

Latest Threads
Unban
Forum: Chat
Last Post: stryzo125
5 hours ago
» Replies: 7
» Views: 921
Pedestrians
Forum: Plugins
Last Post: Yuu
Yesterday, 09:01 AM
» Replies: 2
» Views: 418
Looking for a Pawn dev - ...
Forum: General Discussions
Last Post: RedNeckSnailSpit
2026-07-11, 10:07 AM
» Replies: 0
» Views: 45
Custom Launcher
Forum: Questions and Suggestions
Last Post: voidedsphinx
2026-07-10, 05:18 PM
» Replies: 0
» Views: 64
My Server keeps closing
Forum: Questions and Suggestions
Last Post: iAmir
2026-07-09, 08:55 AM
» Replies: 1
» Views: 70
[LIVE] [FRESH START] Ulti...
Forum: Advertisements
Last Post: Neville
2026-07-07, 08:37 PM
» Replies: 0
» Views: 126
[Announcement] Spawn - An...
Forum: Tech
Last Post: ricardofnl
2026-07-07, 10:38 AM
» Replies: 2
» Views: 354
Silly little render a did...
Forum: Art
Last Post: iAmir
2026-07-05, 12:07 AM
» Replies: 1
» Views: 1,321
Discord Server Unable to ...
Forum: Chat
Last Post: iAmir
2026-07-05, 12:06 AM
» Replies: 1
» Views: 490
It has been a while
Forum: Chat
Last Post: iAmir
2026-07-05, 12:04 AM
» Replies: 1
» Views: 510

 
  SAMP ping increase/client drops
Posted by: DusanInfinity - 2021-01-16, 03:02 PM - Forum: Support - Replies (1)

Hello!



We have transfered our server from server with i7 4790k to i7 7700k. Now we have problem with server after some time from startup.



Firstly, we have installed debian 9, like on old server and after some time clients(lets say 50-70% players)?just lose connection with the server for only 1 second and instantly reconnect. In server log it says that the package was modified for most of that players.



Then, we have installed ubuntu 20.04. and problem with losing connection was gone. But, after some time from startup, when there is around 750 players connected to the server, ping drastically raise from lets say 60-80 to 200-300ms.



We have tried many other systems, like ubuntu 18.04., debian 10, but with all of them problem is the same as on debian 9.

We have tried servers with other CPU's, like E3-1273 v3, Xeon-E 2136, but without success.

After all tests, we have moved our server back to the server with i7 4790k CPU and everything is working perfectly. But, we need to move our SAMP server from that hosting because DDoS protection is terrible.



Did anyone had the same problem??

My suspicion?is that some of plugins aren't compatible with newer CPU, or something like that. We have used same plugins on all servers we tried.



Plugins list:

- streamer V2.9.3

- sscanf 2.8.3

- mysql R41-4

- profiler 2.15.3

- crashdetect 4.19.4

- SKY 2.3.0





Thank you!


  Microsoft Adaptive Cards dialogs
Posted by: Sasino97 - 2021-01-16, 04:43 AM - Forum: Questions and Suggestions - No Replies

I suggest?considering?implementing Microsoft's?Adaptive Cards?as a type of dialog in the future version that includes a client.

It's basically a small standard parser for json files, used to present few types of simple?data and actions to take.



[Image: image.png]


  BurgerShot posting bug
Posted by: Radical - 2021-01-16, 01:58 AM - Forum: Chat - Replies (3)

The text will be corrupted and unreadable when sending a new post:

[Image: image.jpg]

https://ibb.co/ch0mNyM


  [Solved] Selecting and Editing object problem
Posted by: Radical - 2021-01-16, 01:43 AM - Forum: Pawn Scripting - Replies (7)

SOLUTION:?

Use streamer v2.9.4.



1: OnPlayerEditObject/OnPlayerEditDynamicObject response is EDIT_RESPONSE_UPDATE



Recently, a bug was found on the server that when we edit objects, the objects return to where they were created after a few seconds.

I do not know why in OnPlayerEditObject/OnPlayerEditDynamicObject the 'response' is EDIT_RESPONSE_UPDATE.

The response should be EDIT_RESPONSE_FINAL to solve.





2: SelectObject function is not working for dynamic objects.

When I select the object, the OnPlayerSelectDynamicObject is not called.

Why?





What is your solutions? Thank u.


  Compiler stops with no message
Posted by: Torque - 2021-01-16, 12:55 AM - Forum: Pawn Scripting - Replies (3)

So I've just removed a whole bunch of script that wasn't being used in my game mode, or that I didn't want to have any more.

I knew that by doing this I would get errors (I've removed 10's of thousands of lines of script).

This would have been ok, as I would have gone through and corrected everything. However, when I compile the script, the compiler just stops, and I get the compiler output window but with no text at all.

What is the likely issue to cause the compiler to stop abruptly and output nothing?


  [HELP] Invalid string value on MySQL.
Posted by: Smyle - 2021-01-16, 12:07 AM - Forum: Pawn Scripting - Replies (2)

Hey, yall. So i was trying to make some records inside of a MySQL table and i must use special characters (?, ?, ?, ?, etc). The issue is that when i try to insert a new row into the table with that special characters these special characters just returns to me this following error:



Code:
Incorrect string value: '\xE7\xE3o de...'



Note: \xE7 matches to '?' and \xE3 matches to the '?' character.



I've already tried to change my collate and character set on MySQL to utfmb4, utf8, latin1, etc. but nothing works. Also i tried to use mysql_escape_string and also tried to use %e instead of %s when manipulating this string whit the special characters. But nothing seems to change.



Code:
? ? mysql_format(DBConn, Query, 500, "INSERT INTO %s (Data, Registro) VALUES ('%d', '%s')", tableName, timestamp, msg);

? ? mysql_query(DBConn, Query);





Note?: When printing the same format i am using to query, everything shows up fine as expected in the console.


  Modern house on Richman
Posted by: Muksinjo - 2021-01-15, 01:54 PM - Forum: Videos and Screenshots - Replies (1)

Hello, this is my older map, i decided to post it here, hope you like it :D



https://imgur.com/a/uyCeQqT


  server commands
Posted by: Funkar69 - 2021-01-14, 10:32 PM - Forum: Pawn Scripting - Replies (1)

i'm trying to make a /commands with dialog list and I'm suffering how to make a list.

instead of Item 1 there should be Server commands and then it would up another dialog containing another box which would be basic command something like that.
https://imgur.com/RwsbxUd


  Crash help
Posted by: Gustavo P - 2021-01-13, 09:26 PM - Forum: Pawn Scripting - No Replies

.......


  Yn'il SA:MP Server
Posted by: .coke42O - 2021-01-13, 03:54 PM - Forum: Art - Replies (1)

Hello people. I went to present you a logo from my SA:MP server. Otherwise I'm not a designer.

[Image: ynil-net-hq-L.png]