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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 8,105
» Latest member: ontrelbranch
» Forum threads: 2,442
» Forum posts: 12,463

Full Statistics

Online Users
There are currently 280 online users.
» 0 Member(s) | 277 Guest(s)
Bing, Yandex, Applebot

Latest Threads
GTA San Andreas - The mov...
Forum: Chat
Last Post: ontrelbranch
10 hours ago
» Replies: 1
» Views: 353
Looking for Players for N...
Forum: Advertisements
Last Post: AlmightyJeremy
Yesterday, 03:36 PM
» Replies: 0
» Views: 28
Algemene Discussies
Forum: Dutch/Nederlands
Last Post: Eamon
Yesterday, 12:03 AM
» Replies: 41
» Views: 85,278
Help me find a current ar...
Forum: Tech
Last Post: KOZYR
2026-04-24, 03:53 PM
» Replies: 0
» Views: 58
Czy SA:MP RP jeszcze żyje...
Forum: Ogólne
Last Post: Sztakier
2026-04-24, 09:11 AM
» Replies: 0
» Views: 59
Donald Trump wars every c...
Forum: Life
Last Post: NoxxeR
2026-04-23, 08:04 PM
» Replies: 0
» Views: 69
Ajuda com salvamento nao ...
Forum: Portuguese/Português
Last Post: zGu1Zin_
2026-04-22, 10:05 PM
» Replies: 0
» Views: 59
PawnPro 3.0 — Extensão VS...
Forum: Portuguese/Português
Last Post: NullSablex
2026-04-19, 10:58 AM
» Replies: 0
» Views: 80
Harmony Maps
Forum: Maps
Last Post: Harmony
2026-04-19, 09:36 AM
» Replies: 0
» Views: 104
SOLS Roleplay (2026)
Forum: Advertisements
Last Post: TyDolla
2026-04-18, 04:47 PM
» Replies: 0
» Views: 131

 
  Como usar Actor no pawno?
Posted by: cristtianocastro - 2025-09-30, 09:51 PM - Forum: Portuguese/Português - No Replies

new SupCaminhoneiro;

SupCaminhoneiro = CreateActor(27, 2729.5891,-2451.3943,17.5937,272.8988);

K:\GTA SA\Server samp\gamemodes\rp.pwn(301) : error 017: undefined symbol "CreateActor"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Como resolver? Actor so pode usar no Qawno?


  GetPlayerCameraTargetPlayer always return INVALID_PLAYER_ID
Posted by: Samp Nova - 2025-09-28, 05:35 PM - Forum: Support - No Replies

Hello everyone,

I'm currently experiencing an issue with the GetPlayerCameraTargetPlayer function - it consistently returns INVALID_PLAYER_ID. Has anyone encountered this problem before? If you have a working solution or fix, I would greatly appreciate any information you could share.

Thank you.


Star PROJECT: LOS ANGELES — THE REBIRTH
Posted by: DevonH - 2025-09-25, 04:41 AM - Forum: Advertisements - Replies (12)

[Image: 6SZiATT.png]

A city forgotten. A legacy rebuilt. A server reborn.

For years, Project: Los Angeles defined what serious LA-based roleplay could be in SA-MP —
authentic street life, high-stakes policing, a living criminal underworld, and factions with real power.
Now, the complete experience is coming back…

Rewritten. Rebalanced. Reimagined.

This isn’t a reboot.
This is P:LA exactly how it was meant to be.


🚨 A CITY THAT REACTS TO YOU
Your actions matter. Every decision shapes the streets of Los Angeles.

👮 LAW ENFORCEMENT

Meaningful patrols. Real dispatch traffic.
High-speed pursuits using the original P:LA handling.
MDC, BOLOs, warrants, arrest workflow — all tied into a living justice system.

🚑 FIRE & MEDICAL

Fully functional medical tools, stretchers, pagers, rescues, and fire scenes.
An emergency system rebuilt to feel alive and responsive.

📡 DISPATCH SYSTEM

Priority tones, active calls, coded radio traffic, officer down alerts —
a complete communication system for both sides of the law.


🩸 THE UNDERGROUND IS ALIVE AGAIN
The streets breathe, shift, and fight for control.

💊 Drug Manufacturing & Distribution

Cook it. Cut it. Move it.
Every block has value — and every rival wants it.

🏚️ Gangs & Neighborhood Factions

Territories, alliances, tagging, retaliation, presence —
the heart of Los Angeles gang RP rebuilt from the ground up.

🔫 Weapons, robberies, burglaries, chop shops

Everything you remember.
Everything you loved.
Everything restored.


💼 YOUR STORY. YOUR CITY. YOUR MOVE.
From civilians to criminals, deputies to gang members —
every path is immersive, challenging, and rewarding.
Businesses, housing, motels, jobs, economics —
the full P:LA sandbox rebuilt for 2025.


🛠️ APPLICATIONS ARE OPEN
Fresh wipe. Fresh characters. Fresh turf.
Help us stress-test the systems and shape the rebirth before the full relaunch.
We’re recruiting:
✔ Beta Testers
✔ Staff Team Members
✔ Faction Leaders

Active RP-focused players


🌴 WELCOME BACK TO THE CITY
Come join us in game right now!

🎮 SA-MP:

samp.project-la.org:7777

🌐 Facebook:
https://www.facebook.com/profile.php?id=61584636621159



💬 Discord:

https://discord.gg/uhUWvdXrt2

Los Angeles is calling.
This is your home.
This is your story.
This is Project: Los Angeles.
Showcase:
[Image: f5H3jlc.jpeg]
[Image: Q6loxZN.jpeg]
[Image: wSOOwTE.jpeg]
[Image: iMRuS1Y.jpeg]
[Image: 2azWfl0.jpeg]


  removing server from the internet tab
Posted by: Tal_Bro - 2025-09-22, 08:06 AM - Forum: Support - Replies (1)

Hello,
There is a problem with adding my server to the internet-tab. I added it with the correct ip and port with "add server" button on the website. it showed the server but it disappeared after a short while. This is an open-mp server called "Freeroam-x". 
Thank you for your help in advance.


  press enter instead of /enter
Posted by: Cruncher - 2025-09-20, 05:22 PM - Forum: Pawn Scripting - Replies (3)

I have made a code for pressing "y" to enter a house which works fine but the exit code doesnt work, When i am inside the house interior /exit cmd doesnt work either but if i enter the house with /enter then /exit works fine.
I am new to scripting so dont know if i am missing something or what, any input would be greatly appreciated...

Code:
// House entry
    if(newkeys & KEY_YES)
    {
    for(new i = 0; i < sizeof(HouseInfo); i++)
{
        if(IsPlayerInRangeOfPoint(playerid, 3, HouseInfo[i][hExteriorX], HouseInfo[i][hExteriorY], HouseInfo[i][hExteriorZ]))
        {
SetPlayerInterior( playerid, HouseInfo[i][hInteriorID]);
SetPlayerVirtualWorld( playerid, HouseInfo[i][hVirWorld]);
PlayerInfo[playerid][pVirtualWorld] = HouseInfo[i][hVirWorld];
SetPlayerPos( playerid, HouseInfo[i][hInteriorX], HouseInfo[i][hInteriorY], HouseInfo[i][hInteriorZ]);
}
}
return 1;
}
// House exit
if(newkeys & KEY_YES)
    {
    for(new i = 0; i < sizeof(HouseInfo); i++)
{
        if(IsPlayerInRangeOfPoint(playerid, 3, HouseInfo[PlayerInfo[playerid][InHouse]][hInteriorX], HouseInfo[PlayerInfo[playerid][InHouse]][hInteriorY], HouseInfo[PlayerInfo[playerid][InHouse]][hInteriorZ]))
{
PlayerInfo[playerid][pVirtualWorld] = 0;
  SetPlayerVirtualWorld(playerid, 0);
      SetPlayerInterior(playerid, HouseInfo[i][hExteriorID]);
      SetPlayerPos(playerid, HouseInfo[i][hExteriorX], HouseInfo[i][hExteriorY], HouseInfo[i][hExteriorZ]);
}
}
return 1;
}


  United Gaming Life Roleplay
Posted by: Cruncher - 2025-09-17, 06:18 PM - Forum: Advertisements - Replies (1)

Welcome to United Gaming Life Roleplay: Your gaming life is here



You can take control with your own gang, Protect and serve in a Law enforcement position or even become apart of our new roadworkers faction.



We have plenty of factions and gang slot holder positions available - Also got community positions available such as tester and advisors.



Factions available:

LSPD

FBI

SASD

DoC ( Department of corrections) (Prison staff)

National Guard

LSFMD

Department of construction(New faction)(Currently set up for RP but mission will be added in the future)

Government

Transit Systems(Dealing with buses)



Buy your businesses and build up your empire to make money for customers.



Purchase your dream home in your new life here at **UGLRP**  



Explore various jobs, including:



FedEx Driver

Trash-Man

Pizza-Boy

Street-Sweeper

Trucker





We Are Hiring Admins and other staff!

Join our dedicated team of staff to help shape the community, manage events, and enhance player experiences.



Join Us Today!



Connect Now: [212.132.253.248:7777]
Discord Invite: [https://discord.gg/uglrp]


Don't miss out on our gaming experience


  Silly little render a did sometime ago
Posted by: HELLHOUND - 2025-09-14, 09:00 PM - Forum: Art - No Replies

Reference image: 
[Image: EztBvWE.png]



Final result: 
[Image: 82uFrTy.jpeg]

What's your opinion on this?


  Adding new vehicles and skins in open.mp – help with DFF/TXD
Posted by: __.A.__ - 2025-09-12, 07:47 PM - Forum: Support - Replies (3)

Content:
Hi, I’m returning to PAWN after a few years and I want to set up a server. I already have an online server account and I need help adding new vehicles and skins.

Questions:

1. Is it possible to add new vehicles (BMW, Audi, Tesla, etc.) that players can automatically download when joining the server?


2. Is it possible to add custom character skins, also with automatic downloading?



I’ve tried various methods from Google and YouTube (DFF/TXD, artwork-index.json), but nothing works.

Ideally, I would like a ready-to-use example: DFF/TXD files, working PAWN gamemode, and proper config.json setup, so everything downloads automatically when a client joins the open.mp server.

I’m using:

open.mp server and client on Windows

Online hosted server

PAWN gamemode


If anyone has a working example or step-by-step tutorial – I’d really appreciate the help.


---


Smile Deleted
Posted by: kevinberriosflores - 2025-09-11, 02:17 PM - Forum: Advertisements - Replies (1)

Remove Post


  Busco copia de gamemode SA-MP argentino (Argentina RP // EEUURP / Tecnopolisrp
Posted by: briancristaldo2021 - 2025-09-11, 11:14 AM - Forum: Spanish/Español - No Replies

Hola comunidad de Open.MP,
Soy Brian Cristaldo (alias: xXCIBERNETICOXx / tumundocibernetico). Entre 2012 y 2015 desarrolló un modo de juego de SA-MP llamado Argentina RP / Buenos Aires RP / EEUURP / TechnopolisRP . Mi nombre aparece en los créditos del modo de juego y fui el creador/administrador del servidor en ese tiempo.
Estoy buscando cualquier copia de los archivos :

  • modo de juego.pwn
  • modo de juego.amx
O enlaces que hayan circulado en MediaFire, FTPs o Megaupload .
Por desgracia, varias páginas donde publiqué el modo de juego fueron cerradas por las autoridades (incluido ScriptingPawn) y además mi PC se rompió, por eso perdí todas mis copias locales .
Si alguien tiene información, copias de seguridad antiguas o recuerda haber descargado este modo de juego, por favor contácteme a: [email protected] .
¡Cualquier ayuda es muy valiosa y se agradece muchísimo!
Gracias por su tiempo y atención. Leo todos los mensajes en el foro.