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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,634
» Latest member: TinjakMirza
» Forum threads: 2,471
» Forum posts: 12,511

Full Statistics

Online Users
There are currently 155 online users.
» 2 Member(s) | 151 Guest(s)
Google, Bing, Xyranaut, Nexius

Latest Threads
From Uncertainty to Growt...
Forum: Chat
Last Post: Xyranaut
32 minutes ago
» Replies: 4
» Views: 77
FCNPC for open.mp
Forum: Pawn Scripting
Last Post: Nexius
1 hour ago
» Replies: 8
» Views: 8,260
pawnobots for openmp
Forum: Pawn Scripting
Last Post: Nexius
1 hour ago
» Replies: 1
» Views: 171
Busco mapeador para servi...
Forum: Programación
Last Post: Nikolay_Staggs
Yesterday, 03:20 PM
» Replies: 0
» Views: 34
Best way to implement a s...
Forum: Questions and Suggestions
Last Post: cachegetfield
Yesterday, 08:00 AM
» Replies: 0
» Views: 40
Qawno for macOS — native ...
Forum: Releases
Last Post: Xyranaut
2026-05-30, 07:20 PM
» Replies: 0
» Views: 39
rust-samp 3.0.0 Released
Forum: Libraries
Last Post: NullSablex
2026-05-30, 05:34 PM
» Replies: 0
» Views: 40
Open Pawn — Cross-platfor...
Forum: Releases
Last Post: Xyranaut
2026-05-30, 02:09 PM
» Replies: 0
» Views: 40
Dołącz do ekipy projektu ...
Forum: Ogólne
Last Post: Sztakier
2026-05-27, 01:30 PM
» Replies: 0
» Views: 62
engkqSelections.inc
Forum: Libraries
Last Post: Engkq
2026-05-27, 02:58 AM
» Replies: 0
» Views: 84

 
  Starting a Roleplay Server - Need Scripters/Mappers
Posted by: Jimmy96k - 2026-05-17, 10:14 PM - Forum: Chat - No Replies

Hello I need Scripters/Mappers to assist finishing a roleplay gamemode;

Finished almost 50% fully dynamic using mysql , I already have a VPS with a panel , and another GameHost

A lot of features done already starting from new.pwn;

Website URL/Discord - Appears on Login - Managed ingame from /serversettings 
Default Newbie SkinMale-Female/Cash/Bank - Managed ingame from /serversettings
MaxPlayer(Vehicles)(Houses)(Businesses)(Jobs)(Toys) - Managed ingame from /serversettings;
MaxVIP(Vehicles)(Houses)(Businesses)(Jobs)(Toys) - Managed ingame from /serversettings

-/create(vehicle)(door)(house)(business)(family)(faction)(gate)(job)(point)(turf)(audio)(hospital- inside Create/edit beds)  - 
Dailogues Random Business/House Interior - Price randomized based on zone's - Products from ProductsCatalogue SQL 

-/edit(vehicle)(door)(house)(business)(family)(faction)(gate)(job)(point)(turf)(audio)(hospital - inside Create/edit beds)  - Dialogues

Business includes Dealerships(Create Dealership Vehicle) (Edit Dealership Vehicle-includes ModelID/Price/Position/Mods) (Set Purchased Dealership vehicle Spawn)

Business includes Banks(Create Physical ATM that player can use, Edit ATM's)


public OnGameModeInit()
{
    for(new _rv; _rv < MAX_VEHICLES; _rv++) ER_VehicleRadioStation[_rv] = -1;

    SetGameModeText("Express Roleplay - Gaming");
    ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
    UsePlayerPedAnims();
    ManualVehicleEngineAndLights();
    EnableStuntBonusForAll(0);
    DisableInteriorEnterExits();
    ER_CreateLoginTextDraws();

    ER_MySQLConnect();
//  CORE
    ER_LoadServerCore();
//  SYSTEMS
ER_LoadHospitals();
    ER_LoadHospitalBeds();
    ER_LoadAudioStreams();
    ER_LoadBusinesses();
    ER_LoadGasPumps();
    ER_LoadHouses();
    ER_LoadDoors();
    ER_LoadToyCatalog();
    ER_LoadFamilies();
    ER_LoadFactions();
    ER_LoadJobs();
    ER_LoadGates();
    ER_LoadPoints();
    ER_LoadTurfs();
    ER_LoadVehicles();
    ER_LoadDealershipDisplays();
    return 1;
}


  Starting a Roleplay Server - Need Scripters/Mappers
Posted by: Jimmy96k - 2026-05-17, 07:14 PM - Forum: General Discussions - Replies (1)

Good Day Brothers,

I need scripter/mapper for my new Roleplay server I have started it from scratch,
finished basics, I'm using Mariadb/Mysql
Finished:
Register/Login
ServerCore Editing - ingame editiing many defaults like player/viplevel max ownership for business/houses/vehicles/jobs/ newly registered cash/bank/spawn and many stuff
Character Saving/Editing
Doors Creation/Editing
Hospitals Creation/Editing - Creates a hospital ingame with beds on demand, Edit Ems delivery price, insurance point/price, death/respawn price - Create bed , edit bed
Housing Creation/Editing - Creates a house with random interior, price based on location, you just /createhouse
Business Creation/Editing - Creates business with random interior, price based on location and based on Types; Guns/Clothings/Arms/Restaurant/Gym , 2 special types are Bank - Dealership they have additional column for Atm Creation ingame with object editor, Dealership - Create Dealership Displaycar and edit/mod it and set purchased dealership spawn or a specific car's spawn , Banks atm to be refilled by the business owner , can be family/faction/player owned , /takebankcash from bank reduces the bank balance and /refillatm infront of atm , Atm has a max refill amount
Families Creation/Editing - Creates family to appear /families , creates 6 ranks - 3 divisions by default, You can edit there names , family color, chat color, locker pos , locker guns, safe position, permissions for ranks
Factions Creation/Editing - Creates faction to appear /factions , there are several types like Police/FBI/Government/News creates 6 ranks - 3 divisions by default, You can edit there names , faction color, chat color, locker pos , locker guns, safe position, permissions for ranks
Vehicles Creation/Editing - There are 5 Types for vehicles Civilian-Free for anyone to drive/Player Owned/Family/Faction/Job - Thus player vehicle dont despawn when he logoff i can edit that easily with one line, but I didnt want that 
Dealership Creation/Editing included in business
MovingGates/Objects Creation/Editing ingame with object editor tool 
My goal was to create everything dynamic I can create any of the above with unlimited number, I can set limits if i want.
Every system is independant includes/core/defines etc , includes/systems/factions etc, includes/mapping/GeneralMaps

Missing:
Jobs/Points/Turfs - I will make them dynamic too , The only static things will be the types of the jobs/factions , but u will be able to create different job points and select position of /join and edit that jobid on demand  
Player end part in many stuff is still missing 
Jobs -  
Points/Turfs - 
Faction Player end - 

I'm an old SARP/NGRP Player I want something like that but in a new way, I already fixed a ngrp gm to work but i hate it its very messy, I'm adding new features and more reality into the gm and simplicity in scripting the gm, and NGRP still has static limits like /nexthouse, etc Mine is fully dynamic /createhouse,business,gate,family,faction , Ranks,Divisions/Crews,Lockers,Safe are all set in game by /edithouse,business,gate,family,faction
Basically any system has 3 cmds using dialogues to make it easy , changing numbers to names to simpler, If u edit a player stat factionstat to 1 his familystat will become 0,   
I have a lifetime VPS and another paid host 

I have some people willing to join , I can fund the server,forums,domain, I just need some one sharing the same enthusiasm/passion. 


5.249.160.254:7777 - Running an NGRP script
92.5.169.206:7777 - Running my script 
Both are mine, I'm using ngrp not as a source its very messy, I'm using it only ingame for idea's, not copying anything.
 
If anyone want to join, Contact me on discord Jimmy96k or [email protected]


  PROJECT: RENEWAL ROLEPLAY | Strictly English Only | SERIOUS Project
Posted by: zin - 2026-05-14, 05:15 AM - Forum: Advertisements - Replies (2)

Project: Renewal Roleplay [In Development]
[I understand the disliking of the server, it is not meant to be a copycat but created in a Different View.]
[Accusations, disrespect, hatred etc will merely be met with silence. This is a project that is not meant to be a copycat your most played servers of 2025-26.]
[This server uses handcrafted TextDraws for the most part, and eSelection for some menus.]
[The goal is to make it Stand Out, which it clearly does due to immediate dislikes & accusations.]
:)


What is "Project: Renewal Roleplay"?

P:RP is a server created and developed directly from zin nobody else. It is a in-the-making Roleplay Server dedicated to Heavy Roleplay and here at P:RP we (surely you've heard this enough by now and are probably tired of it) intend on sticking around long-term, whether our Project catches people's proper attention or not.

This project is developed by One Developer, no extended help. Raw, blank new1.pwn file. Regard to the below information for the more "important" parts.

Project: Renewal Roleplay Server Information


This server will be Heavily protected via a 40 question pool quiz about Roleplay in an in-depth detail. As well as strict in-place rules that Can & Will Be enforced.

P:RP aims to bring realism & interactive environments to the world of San Andreas, this meaning - Jobs will not be simple bland point A to point B, point B back to point A. No. Our jobs here will require interactions, it will require attention, it will require effort. No lazy "Press WASD and get to the checkpoint." You will in fact have to do things.

Here in Project: Renewal Roleplay I don't ask for any donations, I don't ask for your loyalty or even a visit to the Discord Server that is left up to you to decide whether or not you want to be part of the playing members, and playtesting members. Should you only be in the Discord Server to merely lurk and have no will to want to play the server upon full release - You are simply not welcome to stay.

P:RP takes to heart what is being made, and the community voices are even more important. At this moment in time I am in the early building stages of the server but any and all are welcome should they have the intent of playing and testing the server when a Beta is open. [There will be numerous Beta runs throughout development. Until we get what the community wants most.]

Project: Renewal Roleplay's Features Thus Far

  • Login / Registration
  • Master Account Usage & 3 Character Slots
  • Roleplay Quiz [40 question pool, 20 randomly selected for the quiz]
  • Corpse Functionality [Player corpse is left at their area of death with a label above them showing their current state (injured, or dead)]
  • Basic Roleplay Commands [me, do, ame, shout, whisper...]
  • Basic Animation List [waving, crossing arms, dancing...]
  • Kiss Requests [Players can /kiss another player and the outgoing party has to /acceptkiss for it to happen]
  • Money Functionality [ATMs, Checks, On-Hand Money, Banking, Withdrawing, Depositing, Wire Transfers]
  • Unique Check System [Players have to physically cash their checks at a bank, with a unique generated code each check. Checks stack]
  • Admin Commands, Admin Duty, Admin Levels


Feel free to join our Discord to follow for updates regarding the release of Project: Renewal Roleplay. But please mind - If you're here to merely lurk instead of have the intention of playing and will to be intrigued then you will not be welcome to stay in our server. This is a serious project, not a "One month and then its gone".

https://discord.gg/acx9fbzVD5


Heart 🚀 Free SA-MP Hosting + OpenMP Servers from €0.99/mo
Posted by: Centnodes - 2026-05-12, 05:20 PM - Forum: Chat - No Replies

Hi everyone 👋

We at Centnodes are offering OpenMP game server hosting from just €0.99/month, built for better performance and growing communities.

We’re also continuing our FREE SA-MP hosting initiative for those just getting started 👇


🎮 What’s included
  • OpenMP hosting (from €0.99/month)
  • FREE SA-MP servers (limited slots)
  • Full FTP & file access
  • Custom gamemodes supported
  • Low-latency EU hosting 🇪🇺
  • DDoS protection & SSD storage
  • Excellent support

📌 Notes
  • Free packages are limited
  • No reselling
  • No hidden paywalls


Start free or scale up when ready 🚀
🌐 https://centnodes.com
Posted to support the community with free SA-MP servers while offering affordable OpenMP options.


  pawnobots for openmp
Posted by: MauroRisi - 2026-05-11, 03:23 PM - Forum: Pawn Scripting - Replies (1)

Hi everyone, im new in openmp.

Whit my team decided to pass our server from 0.3.7 to openmp, and we found some issues whit some systems.

One of them, its the pawnobots plugin. When i try to load it up, i got a segemntation fault error, i would like to know how can i solve this issue or if its a new plugin for this on openmp


Tongue Las Venturas Gang Wars - Team Deathmatch Server
Posted by: lvgwgta - 2026-05-08, 04:06 PM - Forum: Advertisements - No Replies

Powered by the latest version of Open.MP (v1.5.8.3124), Las Venturas Gang Wars ("LVGW"), founded in May 2018, is a simplistic Team Deathmatch server - featuring multiple teams with custom mapped spawn zones.

You can fight together with your team mates, or be a force of one - the choice is yours.

IP Address: 51.79.71.138:7777
Website: https://lv-gw.com/
Discord: https://discord.gg/Kp5UhRtAkC

The attached screenshots in this post speak volumes about the sort of carnage that our players enjoy!

[Image: las-venturas-gang-wars-team-deathmatch-s...fa94a8bc3d]


[Image: las-venturas-gang-wars-team-deathmatch-s...f91de25b2f]

[Image: las-venturas-gang-wars-team-deathmatch-s...44694f1c12]

[Image: las-venturas-gang-wars-team-deathmatch-s...61ec67aa26]

[Image: las-venturas-gang-wars-team-deathmatch-s...472464b2ca]


  [BETA] Renaissance DM — Old-school DM
Posted by: DrVandersexxx - 2026-05-04, 01:44 PM - Forum: Advertisements - Replies (1)

[Image: image.thumb.jpg.9b6cf3933dc9601c2493ed54e4521d2f.jpg]
Good day,
Let me introduce you to Renaissance DM.

Renaissance DM is a passion-driven project created to revive the raw, unforgiving DeathMatch experience of the 2008–2010 SA-MP era — when gameplay was simple, fast, and addictive.

Renaissance DM is being rebuilt from scratch by a developer who grew up in that era and understands exactly what made those servers special — the pace, the tension, the competition.

Right now, the server is in Open Beta.

The core is already alive:
  • Active DM arenas
  • Gang system
  • Dynamic events
  • Contracts, drops, and more

But it’s still evolving — and that’s where you come in.

Language Support
Full English support across the entire server — dialogs, commands, messages.
Russian is also available (switch with commands).

⚠️ Beta Notice
The project is actively developing. Things will change, improve, and sometimes break.
But if you miss that old-school SA-MP DM feeling — this is your chance to help rebuild it the right way.

HostName: [RU/ENG] Renaissance DM / Old School style
Address: 51.83.172.144:4052
Mode: R:DM+RPG 1.0
Language: Russian/English
Using open.mp: Yes
Renaissance DM
Built on nostalgia. Refined for today.


Question Object Remove?
Posted by: Mivco - 2026-04-29, 08:12 PM - Forum: Support - No Replies

Hello, I have a problem with objects. After deleting objects, it shows me something like this, how to remove it? and of course the windows remain and I don't know how to get rid of it completely. :) 

Code:
RemoveBuildingForPlayer(playerid, 4120, 1364.195300, -1491.601600, 25.601560, 0.25);
RemoveBuildingForPlayer(playerid, 4117, 1375.273400, -1452.398400, 23.039060, 0.25);
RemoveBuildingForPlayer(playerid, 4114, 1350.414100, -1512.007800, 23.046880, 0.25);


[Image: bandicam-2026-04-29-21-58-36-550.jpg]


  Floorp is a good webbrowser
Posted by: NoxxeR - 2026-04-29, 01:01 AM - Forum: Tech - No Replies

Somebody in japan created nintendo, and now there is Floorp a good webbrowser:

https://floorp.app/

I  use it instead of firefox, good stuff.


  Looking for Players for New English RP Server: United Roleplay
Posted by: AlmightyJeremy - 2026-04-27, 03:36 PM - Forum: Advertisements - Replies (1)

Hi everyone!

I’m starting a new English roleplay server called United Roleplay on open.mp (also compatible with SA-MP). The goal is to create a friendly, engaging community with realistic RP, jobs, factions, and more.

I’m looking for:

  • Players who want to join early and help shape the server.
  • People interested in helping grow the community (ideas, feedback, moderation).

I’ll be launching a closed beta soon for early testers - a great chance to get in on the ground floor and have a real impact on how the server develops.

Server IP: 198.71.50.85:7777 
Client: open.mp recommended (https://open.mp) or SA-MP (https://sa-mp.mp/downloads/)

If you’re interested, reply here or join our Discord to get involved early: https://discord.gg/HvVZghYu3t

Let’s build something great together and make United Roleplay a fun, active RP community!