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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,245
» Latest member: fikrialdian92
» Forum threads: 2,377
» Forum posts: 12,288

Full Statistics

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

Latest Threads
Servidor RPG profissões
Forum: Advertisements
Last Post: tcharlesmeurer
8 hours ago
» Replies: 0
» Views: 1
Servidor novo RPG profiss...
Forum: Chat
Last Post: tcharlesmeurer
8 hours ago
» Replies: 0
» Views: 3
EVO Anti-Cheat
Forum: Libraries
Last Post: Eduardo_AC
8 hours ago
» Replies: 2
» Views: 18
Developer for Hire – Syst...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-07-04, 08:35 AM
» Replies: 0
» Views: 39
Liberty City map
Forum: Pawn Scripting
Last Post: ziyadprogamer
2025-06-28, 04:55 PM
» Replies: 2
» Views: 2,168
GameText styles in open.m...
Forum: Pawn Scripting
Last Post: Miki
2025-06-28, 01:25 PM
» Replies: 1
» Views: 54
Script[gamemodes/gamemode...
Forum: Pawn Scripting
Last Post: Miki
2025-06-27, 05:08 PM
» Replies: 1
» Views: 433
Want to edit my profile n...
Forum: Chat
Last Post: Hera.
2025-06-26, 08:41 PM
» Replies: 1
» Views: 582
Farsi
Forum: Other
Last Post: acc.gangbeni
2025-06-25, 08:21 AM
» Replies: 2
» Views: 3,074
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2025-06-22, 06:47 PM
» Replies: 0
» Views: 65

 
  Help Message all no working
Posted by: nbx2000 - 2023-11-14, 05:22 PM - Forum: Pawn Scripting - Replies (2)

Hello, can you help me with the message system in non-random order, it doesn't work well, it doesn't respect the time between texts.
ptask AnunciosChat[50000]()
{
ServerInfo[AnuncioTexto] ++;
if(ServerInfo[AnuncioTexto] == 27) ServerInfo[AnuncioTexto] = 1;
switch(ServerInfo[AnuncioTexto])
    {
    case 1: SendClientMessageToAllEx(COLOR_ROJO, "[-]Derby "COL_BLANCO"test1");
    case 2: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO""test2");
    case 3: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test3");
    case 4:
{
SendClientMessageToAllEx(-1, ""COL_AMARILLO"[-]CARRERA: "COL_BLANCO"Se ha inciado (Modo Carrera)"(/carreras)");
lrace = 1;
}
case 5:
{
SendClientMessageToAllEx(-1, ""COL_ROJO"[-]CARRERA: "COL_BLANCO"Se ha Cerrado");
lrace = 0;
}
    case 6: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test4");
    case 7: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test5.");
}
return 1;

}


Photo That War Server!!
Posted by: uahmedoo432 - 2023-11-14, 09:41 AM - Forum: Advertisements - No Replies

Let me introduce you to That War Server. A combined roleplay and TDM SA-MP Server where we use That_ as a tag name to support the community. You may certainly ask what makes That War Server unique compared to other servers. The answer is pretty simple: That War Server has it's own storyline: a war taking place in the 1960s between the Blue Team (Called “The Blue Empire”) and the Red Team (Called "The Red Rebellion").
To go deeper about the astonishing features of the server, a group of telekinetics, hundreds of years ago, were exiled from another galaxy and thus forced to find a new planet to live in. These telekinetics — Aliens — became allies with the Rebellion. Two additional factions exist: the Black Team (Called "The FBI") and the Yellow Team (Called "Civilians") but that’s not it! Other special powers exist too! Players with Spy Powers are able to stealthily take out their opponents with 1 shot if they hit them in the head with a silenced pistol or a sniper rifle. There are plenty more characteristics that make this server unique, so check the links below and I highly recommend trying it.

Discord: https://discord.com/invite/7sBRxQw
Forum: https://thatwarserver.com

Server IP: tws.thatwarserver.com:7777

[Image: image.png?ex=65642215&is=6551ad15&hm=38a...cc21826df&][Image: That_War_Server..png?ex=6563faac&is=6551...29f5fe3e9&]


  The Streetz of Los Santos RPG, Since 2007
Posted by: Dizzle - 2023-11-13, 08:59 PM - Forum: Advertisements - No Replies

[Image: LPkwslL.png]
Note: Server is in the process of re-launching, release date is 2 weeks from today (13 Nov 2023)
Recruiting beta testers, mappers and graphic designers, DM me on Discord "realzeed" if you are interested!
The first and only San Andreas: Multi-Player roleplay server based on the story line and concept of the original game. Delivering fun, doubtlessly.
With our lively community, 16 years of success and gangster roleplay that you've seen nowhere else, you would surely be amazed and love having that 90's feel
Server IP: play.lsbclan.net:7777
[Image: bHE4dPR.png]
Est. 2007


  A bunch of warnings and errors
Posted by: Jak - 2023-11-13, 05:43 PM - Forum: Pawn Scripting - Replies (1)

Hi. I just discovered open.mp and decided to give it a try with my old SA-MP gamemode. I managed to run the server just fine, but compiling the script causes some warnings and errors that just lead me nowhere.

What I have done:

Replaced #include <a_samp> with #include <open.mp>
Replaced #include <YSI\y_ini> with #include <YSI_Storage\y_ini>
downloaded the latest YSI library and pasted its content under include directory

Rest of the code is pretty much untouched

I am getting a these warnings and errors:


PHP Code:
warning 214possibly a "const" array argument was intended"user"
warning 239literal array/string passed to a non-const parameter (a LOT of these)
warning 234: function is deprecated (symbol "GetServerVarAsInt") Use `GetConsoleVarAsInt`.
warning 213tag mismatchexpected tag "bool"but found none ("_")
warning 213tag mismatchexpected tag "t_WEAPON"but found none ("_")
warning 234: function is deprecated (symbol "TextDrawBackgroundColor") Use `TextDrawBackgroundColour

I was under the impression that old SA-MP scripts were supported as-is. Could anyone point me in the right direction?

Thanks.


  [ENG] Valrise Gaming
Posted by: Valrise Gaming - 2023-11-06, 02:04 PM - 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!

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


  Fixes.inc Run Time Error 19:
Posted by: DomOfficial - 2023-11-03, 06:52 PM - Forum: Pawn Scripting - Replies (1)

Hi everyone, since inserting fixes.inc I have the problem that I get the error "Run time error 19: "File or function is not found"" when starting the server. All plugins are the most up-to-date and run without errors or warnings in the mod.


  Bulgarian / Български
Posted by: Blood - 2023-10-31, 01:57 AM - Forum: Other - Replies (1)

Има ли българчета тук? :)


  compilador
Posted by: mist91631 - 2023-10-28, 03:10 AM - Forum: Support - Replies (1)

quando eu compilo da esse erro ao compilar

[WinError 87] Parâmetro incorreto
[cmd: ['pawncc.exe', '-i inclui', 'C:\\Meus Jogos\\Exclusivo Roleplay\\gamemodes\\GM.pwn', '-;+']]

[dir: C:\Meus Jogos\Exclusivo Roleplay\gamemodes]

[caminho: C:\Arquivos de Programas\Arquivos Comuns\Oracle\Java\javapath;C:\Arquivos de Programas (x86)\Arquivos Comuns\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C: \WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;c:\arquivos de programas\d3dgear;c:\arquivos de programas\d3dgear;C:\ Usuários\primo\AppData\Local\Microsoft\WindowsApps]
[Finalizado]


Question MySQL e Libs SAMP
Posted by: Sr.Layer4 - 2023-10-25, 02:14 AM - Forum: Portuguese/Portugu?s - Replies (6)

É possível utilizar a lib MySQL no Open Mg ou ele precisa ser migrado pela comunidade? estes plugins SAMP não funcionarão no Open Mg correto? (Amenos se atualizados)


Question Weird conflict with Pawn.CMD Open MG
Posted by: Sr.Layer4 - 2023-10-24, 11:24 PM - Forum: Questions and Suggestions - Replies (3)

I've downloaded the Pawn.CMD for OpenMG compatibility version, but no matter which version I try (including the latest one and the second, 3.3.6), I keep encountering this annoying error whenever I attempt to run the server.

https://github.com/katursis/Pawn.CMD/releases

Does someone has this error before?


Code:
[2023-10-24T20:17:00-0300] [Info] [Pawn.CMD] plugin v3.3.6 loading...
[2023-10-24T20:17:00-0300] [Info] [Pawn.CMD]

    | Pawn.CMD 3.3.6 | open.mp | 2016 - 2023
    |-----------------------------------------
    | Author and maintainer: katursis


    | Compiled: Jan 10 2023 at 21:30:37
    |----------------------------------------------------------
    | Repository: https://github.com/katursis/Pawn.CMD/tree/omp

[2023-10-24T20:17:00-0300] [Error] Skipping legacy plugin 'pawncmd'; There is an open.mp compatible version you can find here: https://github.com/katursis/Pawn.CMD/releases , make sure to download x.x.x-omp version.