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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,496
» Latest member: u888brbrcom
» Forum threads: 2,412
» Forum posts: 12,359

Full Statistics

Online Users
There are currently 829 online users.
» 0 Member(s) | 827 Guest(s)
Bing, Google

Latest Threads
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
Yesterday, 07:47 PM
» Replies: 0
» Views: 42
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
Yesterday, 02:16 PM
» Replies: 1
» Views: 68
Busco copia de gamemode S...
Forum: Spanish/Espa?ol
Last Post: briancristaldo2021
2025-09-11, 11:14 AM
» Replies: 0
» Views: 56
[Tutorial] Registrando o ...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-09-09, 08:36 PM
» Replies: 0
» Views: 197
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-09-08, 10:09 PM
» Replies: 1
» Views: 285
Problem with plugins load...
Forum: Support
Last Post: MrKacu13
2025-09-08, 07:15 PM
» Replies: 9
» Views: 334
Compilation error
Forum: Pawn Scripting
Last Post: MrKacu13
2025-09-07, 07:18 AM
» Replies: 6
» Views: 335
Need help, problem when i...
Forum: Programming
Last Post: nonickowned
2025-09-06, 06:21 PM
» Replies: 0
» Views: 140
Transfer server from SAMP...
Forum: Support
Last Post: MrKacu13
2025-09-06, 04:03 PM
» Replies: 1
» Views: 232
Not relevant anymore
Forum: Questions and Suggestions
Last Post: peti
2025-09-05, 02:00 PM
» Replies: 0
» Views: 192

 
  Objects disappearing
Posted by: Worm - 2024-02-12, 06:20 PM - Forum: Support - No Replies

Hi,

I have been facing an issue with the objects for awhile. The objects randomly disappear in-game. I had to re-write the script multiple times and even updated the streamer and downgraded it. 

By disappearing, I mean that the object may get randomly destroyed on it's own. I even tried to track it by using a CMD to scan down all of the valid objects in the server and it shows that some objects are not valid anymore (Which means that they got deleted).

Is there anything that can be triggered by the streamer that can cause this? As I don't have anything in the script that can cause the object to be deleted on it's own.


  How to sell a vehicle samp scripting
Posted by: David Rmdn - 2024-02-12, 01:25 AM - Forum: Chat - Replies (1)

I'm having a problem when I want the /sellveh /sellcar command, it doesn't work, I look for it in game mode, it's not there, do you want to help me with that?


  Tennis Court
Posted by: samplife69 - 2024-02-11, 07:53 PM - Forum: Videos and Screenshots - No Replies

deleted


  cannot enter more than one player
Posted by: ayalanicolas176 - 2024-02-10, 03:50 PM - Forum: Support - No Replies

hi, im having a problem with login in my server, we cannot enter more than 1 player, when the second one enters, he's kept in "Connected. Joining the game" and nothing further happens.

I did a debugging log and all the prints i put in OnPlayerConnect function are called correctly thorough but nothing player-related happens

Code:
Playerid %d (1) detected, step 1/2/3...


Then, when i disconnect using /q it shows like this

Code:
[part] Emmet_Jackson has left the server (1:2)

like i was kicked/banned, i do not know if it has something to do with all this problem but for me its weird cause the id 0 player disconnect reason shows normally.

my config.json:

Code:
{
    "announce": true,
    "artwork": {
        "cdn": "",
        "enable": true,
        "models_path": "models"
    },
    "long_call_time": 20000,
    "chat_input_filter": true,
    "enable_query": true,
    "game": {
        "allow_interior_weapons": true,
        "chat_radius": 200.0,
        "death_drop_amount": 0,
        "gravity": 0.008,
        "group_player_objects": false,
        "lag_compensation_mode": 1,
        "map": "San Andreas",
        "mode": "Roleplay",
        "nametag_draw_radius": 70.0,
        "player_marker_draw_radius": 250.0,
        "player_marker_mode": 1,
        "time": 12,
        "use_all_animations": false,
        "use_chat_radius": false,
        "use_entry_exit_markers": true,
        "use_instagib": false,
        "use_manual_engine_and_lights": false,
        "use_nametag_los": true,
        "use_nametags": true,
        "use_player_marker_draw_radius": false,
        "use_player_ped_anims": false,
        "use_stunt_bonuses": true,
        "use_vehicle_friendly_fire": false,
        "use_zone_names": false,
        "vehicle_respawn_time": 10000,
        "weather": 10
    },
"language": "Español - Spanish",
    "logging": {
        "enable": true,
        "log_chat": true,
        "log_cookies": false,
        "log_deaths": true,
        "log_queries": false,
        "log_sqlite": false,
        "log_sqlite_queries": false,
        "timestamp_format": "[%Y-%m-%dT%H:%M:%S%z]",
        "use_prefix": true,
        "use_timestamp": true
    },
    "max_bots": 0,
    "max_players": 50,
    "name": "open.mp server",
    "network": {
        "acks_limit": 3000,
        "aiming_sync_rate": 30,
        "allow_037_clients": true,
        "bind": "",
        "cookie_reseed_time": 300000,
        "in_vehicle_sync_rate": 30,
        "limits_ban_time": 60000,
        "message_hole_limit": 3000,
        "messages_limit": 500,
        "minimum_connection_time": 0,
        "mtu": 576,
        "multiplier": 10,
        "on_foot_sync_rate": 30,
        "player_marker_sync_rate": 2500,
        "player_timeout": 10000,
        "port": 7777,
        "public_addr": "",
        "stream_radius": 200.0,
        "stream_rate": 1000,
        "time_sync_rate": 30000,
        "use_lan_mode": false
    },
    "password": "",
    "pawn": {
        "legacy_plugins": [
            "crashdetect.so",
            "sscanf.so",
            "mysql.so",
            "streamer.so"
        ],
        "main_scripts": [
            "roleplay"
        ],
        "side_scripts": ["filterscripts/Mapeos"]
    },
    "rcon": {
        "allow_teleport": false,
        "enable": false,
        "password": "sarp2233"
    },
    "sleep": 5.0,
    "use_dyn_ticks": true,
    "website": ""
}


  [Help] My mysql plugin always fails to load
Posted by: jasonmockart21 - 2024-02-10, 10:16 AM - Forum: Pawn Scripting - Replies (1)

PICTURES : 


[img][Image: 02Eg1OL.png][/img]


  Pawno ayuda para un Gamemode Team Deathmatch
Posted by: AnonyLer_LataMP-Project - 2024-02-10, 01:27 AM - Forum: Tutorials - No Replies

Yo estoy creando un projecto para un servidor samp 
LataMP Latam Multiplayer Project pero como no se casi nada de pawno pido ayuda para crear un sistema de equipos sistema de casas clanes ect para mi server samp quien me ayuda con cualquier cosa porfavor


Sad Launcher for 32 bits.
Posted by: cesarmiguel0512 - 2024-02-09, 06:12 PM - Forum: Questions and Suggestions - No Replies

¡Necesito este lanzador de 32 bits lo antes posible!


  [ENG] Valrise RPG
Posted by: Valrise Gaming - 2024-02-06, 07:28 AM - Forum: Advertisements - No Replies

Dive into the world of unique variety of roleplay, group wars, and freeroam in Valrise Roleplay. A roleplay server that has been established in 2017 and has been consistently giving the players addictive pleasure for over 6 years!

Whether you like roleplay, or prefer to entertain yourself through plethora of missions and side quests, the server can provide a cozy home to you. 

See our trailer below:

[Video: https://www.youtube.com/watch?v=X8hTAM1X7Z4]

Site: https://valrisegaming.com/
Forum: https://forum.valrisegaming.com/
Discord: https://discord.com/invite/CmZXPfM

Play on SA:MP: rp.valrisegaming.com:7777


  Playboy Roleplay - Unique Script made From Scratch
Posted by: gerald - 2024-02-03, 05:39 PM - Forum: Advertisements - Replies (1)

[Image: fkHkLPW.jpeg]
HostName: 0.3.7 Playboy Roleplay server permanent never closing
Address:  46.183.184.33:3129
Players:  45 / 100
Ping:    257
Mode:    P:RP v0.0.5
Language: English


Question Best Practices for MySQL Native Functions?
Posted by: dr.iyz - 2024-02-03, 04:09 AM - Forum: Pawn Scripting - Replies (1)

I'm using BlueG's MySQL plugin version R41-4 and MySQL 8.0.35 on my Ubuntu 22.04.
Every hour, the RAM usage of my mysqld process slowly increases. I have running queries every minute to update business earnings, and at this point, I assume that the problem is due to these minute-by-minute updates.

So, my question is, what is the best MySQL native function for this case? Currently, I'm using mysql_query to update every minute.
Honestly, I also use mysql_query for all queries in my script, and I'm unsure when to use mysql_tquery or mysql_pquery.

I'm also curious about why the RAM usage of my mysqld process always increases?