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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,650
» Latest member: malik.25444
» Forum threads: 2,345
» Forum posts: 12,284

Full Statistics

Online Users
There are currently 490 online users.
» 0 Member(s) | 486 Guest(s)
Baidu, Google, Yandex, Bing

Latest Threads
samp openmp scripts
Forum: German/Deutsch
Last Post: pauli
Today, 01:21 AM
» Replies: 0
» Views: 30
YGG-Reborn
Forum: Advertisements
Last Post: Mw10
Yesterday, 08:12 AM
» Replies: 0
» Views: 34
[GameMode] Brasil Vida Id...
Forum: Portuguese/Portugu?s
Last Post: Brasil Vida Ideal
Yesterday, 01:12 AM
» Replies: 0
» Views: 30
Grand Gang War (GGW)
Forum: Advertisements
Last Post: coladaciren
2025-10-30, 10:00 AM
» Replies: 0
» Views: 29
undefined symbol
Forum: Portuguese/Portugu?s
Last Post: leobradoks
2025-10-25, 08:58 PM
» Replies: 1
» Views: 1,608
SA:MP Custom Character Li...
Forum: General Discussions
Last Post: Dilshad
2025-10-22, 04:15 PM
» Replies: 0
» Views: 80
Anyone got old rp scripts...
Forum: General Discussions
Last Post: Bilal
2025-10-21, 01:02 PM
» Replies: 5
» Views: 5,306
Anyone has the SARP Gamem...
Forum: Gamemodes
Last Post: Bilal
2025-10-21, 12:59 PM
» Replies: 0
» Views: 131
SARP Gamemode
Forum: Releases
Last Post: Bilal
2025-10-21, 12:58 PM
» Replies: 0
» Views: 88
Need To Hire Pawno Coder....
Forum: General Discussions
Last Post: Dilshad
2025-10-21, 06:20 AM
» Replies: 1
» Views: 814

 
  Searching Advisor
Posted by: Palps - 2020-11-02, 10:14 PM - Forum: Chat - Replies (3)

Hey,



so I developed a server since June, its very unique



and of course selfmade. The only problem is, I really



dont know how to promote it nowadays.



Since the samp forum is down, there is a lack of advertisment-platforms.



Please contact me, if youre experienced in this area.



Discord: Tec9#3343

Server showoff: discord.gg/b28JTaC



Sincerly,



Palps



[Image: DDyJcD2.png]


  SKy Compatibility
Posted by: Grate Maharlika - 2020-11-02, 05:45 PM - Forum: Pawn Scripting - No Replies

Somebody told me that the error I am facing in my SKY plugin is MSVC dll, but I don't know which one? Can you give me an specific .dll of MSVC or links? I am using Windows.


  dialog show problem
Posted by: byxtonim - 2020-11-02, 10:42 AM - Forum: Pawn Scripting - No Replies

[color=rgb( var(--theme-link) )]https://imgur.com/a/S2Bfb3f[/color]

why the dialog isn't show properly?



/matches



Code:
CMD:matches(playerid, params[])

{

if(!IsPlayerInRangeOfPoint(playerid, 50.0, 834.6208,7.6082,1004.1870)) return SCM(playerid, -1, "Nu esti la locul potrivit!");

new szDialog[128], szDialog2[580];

strcat(szDialog2, "STATUS - TEAMS\t1\tX\t2\n");

for(new i = 0; i < 6; i)

{

teamPrize(i);

format(szDialog, sizeof(szDialog), "{fff000}{fff000}[STARTING IN %d]{ffffff} - %s vs %s\t%d.0\t%d.0\t%d.0\n", startMatchTime[i], firstTeam(i), secondTeam(i), teamPlayerPrize1[i], teamPlayerPrize2[i], teamPlayerPrize3[i]);

strcat(szDialog2, szDialog);

}

ShowPlayerDialog(playerid, DIALOG_BET, DIALOG_STYLE_TABLIST_HEADERS, "Football Matches - Betting", szDialog2, "Select", "Cancel");



return 1;

}





FIRSTTEAM, SECONDTEAM

Code:
function firstTeam(team)

{

new string[128];

switch(team)

{

case 1: string = "FC Gilau West";

case 2: string = "CFR Cluj";

case 3: string = "Barcelona";

case 4: string = "Everton";

case 5: string = "Werder Bremen";

case 6: string = "Hoffenheim";

}

return 1;

}

function secondTeam(team)

{

new string[128];

switch(team)

{

case 1: string = "FC Targu Neamt";

case 2: string = "FC Botosani";

case 3: string = "Real Madrid";

case 4: string = "Manchester City";

case 5: string = "B. Monchengladbach";

case 6: string = "Augsburg";

}

return 1;

}





startmatchtime



Code:
[color=#353c41][size=small][font=monospace, monospace][color=#000000]function resetTeamTimer(team)



{

?? ?new timp = 60  random(60);

?? ?startMatchTime[team] = timp;?

?? ?return 1;

}[/color][/font][/size][/color]


Information Help with mysql and data retrieving.
Posted by: cronoxliker - 2020-11-02, 09:57 AM - Forum: Pawn Scripting - Replies (10)

Hey guys, Im building a gamemode mostly for learning, but i got stuck in faction systems y was following a tutorial but was on an old version and im having struggle getting it done, if someone can explainme what im doing wrong here...



Code:
stock LoadFactions(/* arguments */)

{

new query[400];

for(new i = 0; i < MAX_FACTIONS; i)

{

mysql_tquery(query, "SELECT * FROM Factions WHERE ID = %d", i);

new rows, fields;

cache_get_data(rows, fields);

if(rows)

{

Total_Factions_Created;

cache_get_value_int(0,"id",Factions[i][ID]);

cache_get_value_name(0,"name",Factions[i][Name]);

cache_get_value_name(0,"type",Factions[i][Type]);

cache_get_value_name(0,"Rank1",Factions[i][Rank1]);

cache_get_value_name(0,"Rank2",Factions[i][Rank2]);

cache_get_value_name(0,"Rank3",Factions[i][Rank3]);

cache_get_value_name(0,"Rank1",Factions[i][Rank4]);

}

printf("se cargaron: %d facciones\n", Total_Factions_Created);

}

return 1;

}


  Amx Backtrace error
Posted by: yukie - 2020-11-02, 06:51 AM - Forum: Pawn Scripting - Replies (1)

Hello everyone Im try to run a server using mysql r5 and everytime im joining the game it went crashing and the error was the OnFilterScriptExit on gamemode but it doesnt have that callback on my gamemode how do I fix this error??


  libmysqlclient_r.so.15 error
Posted by: yukie - 2020-11-02, 04:44 AM - Forum: Pawn Scripting - Replies (1)

Where can I find the libmysqlclient_r.so.15 file coz my server cannot find that file when I start the server..


  SKY
Posted by: Grate Maharlika - 2020-11-01, 09:08 PM - Forum: Pawn Scripting - No Replies

Can anyone guide me or show some tutorial?on how to install SKY (https://github.com/oscar-broman/SKY) manually directly to the folder script?without?getting any errors?


  Hey
Posted by: BeckyzBoi - 2020-11-01, 03:58 AM - Forum: General Discussions - Replies (3)

guess the beauty of open source projects is that any vulnerabilities are discovered and fixed relatively quickly

Btw it would be nice to be able to contribute to something like this, even in some small way, which isn't as straightforward with sa-mp


  Mitigating DDos Attacks
Posted by: JaKe Elite - 2020-10-31, 12:19 PM - Forum: Support - Replies (1)

We have been under attack recently and I have no clue on how to mitigate or to reduce the effects of the DDos Attacks in the server. I have made a search on SAMP Forums (via Web Archive) and I have seen some users suggesting about configuring the Firewall of the VPS.



If anyone is so kind, can anyone guide me or tell me how do I do that??



We are currently hosting our VPS at OVH.



VPS Info:



Ubuntu 20.04

vCores 2

4GB Memory

40GB Storage?



The DDoS attack wasn't that severe the other day (the server is just causing some delays, no down at all). But the attacker decided to breach in the backend of our panel shutting it down, completely paralyzing the server (the server won't start up even if I start it in the panel (Open Game Panel)


  aGates (Automatic Gates)
Posted by: AceAbhishek - 2020-10-29, 02:03 AM - Forum: Libraries - Replies (2)

aGates



Automatic Gates for SAMP/open.mp , more efficeint than anyother automatic gates.



Features



- Only Streamer plugin required.

- No timers or complex looping.

- OnPlayerRequestGate() called only time after player requests gate, not after every second if player is near gate.

- Customisable?for players, interiors and Virtual worlds.

- Fast and efficient.

- Open Source.

- Advanced functions.



Download :

https://github.com/AceAbhishekOfficial/aGates-samp



Installation and Use :

https://github.com/AceAbhishekOfficial/aGates-samp/wiki