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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,616
» Latest member: xInVinCiBlE
» Forum threads: 2,456
» Forum posts: 12,489

Full Statistics

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

Latest Threads
PROJECT: RENEWAL ROLEPLAY...
Forum: Advertisements
Last Post: zin
10 hours ago
» Replies: 2
» Views: 122
Welcome to los santos !
Forum: Advertisements
Last Post: xInVinCiBlE
Yesterday, 07:48 AM
» Replies: 0
» Views: 32
open.mp for MacOS
Forum: Releases
Last Post: Xyranaut
2026-05-19, 10:17 PM
» Replies: 2
» Views: 118
ShadowVale Freeroam/Rolep...
Forum: Advertisements
Last Post: iiAmerii
2026-05-19, 09:05 PM
» Replies: 0
» Views: 33
HOW TO CLOSE INCOMING CON...
Forum: Questions and Suggestions
Last Post: anil_erdogan0
2026-05-19, 04:46 AM
» Replies: 0
» Views: 53
LS-RCR - Los Santos Rolep...
Forum: Advertisements
Last Post: Karthik
2026-05-18, 05:07 PM
» Replies: 0
» Views: 51
mysql_samp
Forum: Plugins
Last Post: NullSablex
2026-05-18, 04:46 PM
» Replies: 1
» Views: 362
Starting a Roleplay Serve...
Forum: Chat
Last Post: Jimmy96k
2026-05-17, 10:14 PM
» Replies: 0
» Views: 63
Starting a Roleplay Serve...
Forum: General Discussions
Last Post: Jimmy96k
2026-05-17, 09:56 PM
» Replies: 1
» Views: 91
[BETA] Renaissance DM — O...
Forum: Advertisements
Last Post: DrVandersexxx
2026-05-17, 04:15 PM
» Replies: 1
» Views: 144

 
Heart Rockford Plaza @ Singleplayer Roleplay
Posted by: Reyo - 2021-11-27, 10:51 PM - Forum: Videos and Screenshots - No Replies

We're working on a civilian hotspot update on Singleplayer Roleplay (SoLS), featuring various standard map favorites along with a new Mall alongside a newbie Hotel.? The Hotel is to house new players via an introduction system to be added after and the Mall is to aid and pioneer the civilian frontier.



If you are a civilian/legal roleplayer and this pokes your interest - give us a try - we're quite literally on the cusp of expanding that aspect of the server.



But without further ado, some screenshots to demonstrate these changes in action:



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





[Image: unknown.png?width=1247&height=566]



[Image: unknown.png?width=1128&height=676]



[Image: samp_26_11_2021_17_26_26.png?width=1201&height=676]



[Image: sa-mp-065.png?width=1201&height=676]



[Image: unknown.png?width=1007&height=676]



[Image: ezgif-2-ff4a3321e87d.gif]

Custom reflections, material surface, and 2dfx applied to the legendary VC infernus!


  Kicking in connection.
Posted by: Cherry. - 2021-11-25, 09:52 AM - Forum: Pawn Scripting - No Replies

Hello



My server got stuck and players getting kicked when they're joining.

Logs shows "Kicking "IP"?because they didn't logon to the game."

what does it mean? How to solve it?


  Crashing randomly.
Posted by: Cherry. - 2021-11-21, 08:28 PM - Forum: Support - No Replies

Hello



My server is crashing randomly I don't have a clue why, running crashdetect on it but haven't seen anything wrong..

These my plugins:?crashdetect.so sscanf.so mysql.so streamer.so whirlpool.so discord-connector.so nativechecker.so



I also checked logs and last command performed before server shutted down and everything seems good... anyone can help me with it? I can pay for it if needed.


  add, subtract
Posted by: ZyZu. - 2021-11-13, 01:22 AM - Forum: Pawn Scripting - Replies (2)

I haven't did any coding over 4-5 years now. Anyways I decided to start working on my gamemode again. I used to have an include to add, subtract, divide, multiply stocks. Does anyone has this include? I have to find all the plugins and includes but since the main forum is down everything is hard to find. Thanks.



Code:
subtract(cash, amount[1])



Code:
stock GivePlayerCash(playerid, amount[]) {

    static cash[256];

    GetPVarString(playerid, "pMoney", cash, 256);

    if(strfind(amount, "-") == 0) SetPVarString(playerid, "pMoney", subtract(cash, amount[1]));

    else SetPVarString(playerid, "pMoney", add(cash, amount));

    return 1;

}


  record time
Posted by: Zow - 2021-11-12, 11:05 PM - Forum: Pawn Scripting - Replies (1)

PHP Code:
main() { 

SetTimer("update"10true);

}



ReturnTime(timevariable)

//Used in the OnPlayerEnterRaceCheckpoint code.

{

? ? new 
milliseconds timevariablestring[20];

? ? while(
milliseconds 999)

? ? {

? ? ? ? 
//Add to the seconds variable

? ? ? ? milliseconds milliseconds 10;

? ? ? ? 
//Take away 10 from the ms variable

? ? }

? ? 
format(stringsizeof(string), "%05d"milliseconds);

? ? return 
string;







Quote:00588

00589

00590

00591

00592

00593

00594

00595

00596

00597

00598

00599



I just want them to be like this?https://youtu.be/v62Gt38ngzM?t=28

[Image: unknown.png]



7.865 second



Any help please


Video New Event Squid Game in Gta San Andreas Multiplayer
Posted by: Eiric - 2021-11-10, 12:05 AM - Forum: Videos and Screenshots - No Replies

New update added new event Squid Game coming out 12.11. 2021

[b][Video: https://youtu.be/cNVSpiDBnes][/b]


  samp-vehicle-framework
Posted by: Mergevos - 2021-11-09, 03:51 PM - Forum: Libraries - No Replies

Vehicle framework



Vehicle framework is rich library providing you with many simplified and new functions.

It comes with many new tags, also it implements vehicle groups.?



Take a look at:?



Mergevos/samp-vehicle-framework (github.com)



a
nd install it with:





Code:
sampctl p install Mergevos/samp-vehicle-framework


  Weapon-config.inc
Posted by: AlCapone - 2021-11-07, 10:54 AM - Forum: Pawn Scripting - Replies (3)

Hey all, i hope everyone is doing well, please i need a?tutorial to add " weapon-config.inc " to my script...?https://github.com/oscar-broman/samp-weapon-config



if anyone can help me plss


  GTA San Andreas Definitive Edition multiplayer?
Posted by: ixes - 2021-11-03, 01:01 PM - Forum: General Discussions - Replies (5)

As we already know,?GTA Trilogy's incoming including GTA San Andreas Definitive edition.?

Whether there are rumors if its compatible with SA-MP ?


  Erro ao compilar GM VSCode
Posted by: Jhames - 2021-10-30, 07:50 PM - Forum: Portuguese/Português - No Replies

O que pode ser esse erro ?



Code:
> Executing task in folder GFRJ: C:\Users\Telzi\Desktop\GFRJ\pawno\pawncc.exe 'c:\Users\Telzi\Desktop\GFRJ\gamemodes\gtafaccoesbr.pwn' '-Dc:\Users\Telzi\Desktop\GFRJ\gamemodes' '-;' '-(' '-d3' <



Pawn compiler 3.10.10? ? ? ? ? ? ? ? ? Copyright (c) 1997-2006, ITB CompuPhase



O processo de terminal "C:\Program Files\PowerShell\7\pwsh.exe -Command C:\Users\Telzi\Desktop\GFRJ\pawno\pawncc.exe 'c:\Users\Telzi\Desktop\GFRJ\gamemodes\gtafaccoesbr.pwn' '-Dc:\Users\Telzi\Desktop\GFRJ\gamemodes' '-;' '-(' '-d3'" foi terminado com o c?digo de sa?da: 1.



O terminal ser? reutilizado por tarefas, pressione qualquer tecla para fech?-lo.





[Image: d04v6a2.jpg]