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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,496
» Latest member: u888brbrcom
» Forum threads: 2,412
» Forum posts: 12,359

Full Statistics

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

Latest Threads
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
Yesterday, 07:47 PM
» Replies: 0
» Views: 42
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
Yesterday, 02:16 PM
» Replies: 1
» Views: 68
Busco copia de gamemode S...
Forum: Spanish/Espa?ol
Last Post: briancristaldo2021
2025-09-11, 11:14 AM
» Replies: 0
» Views: 56
[Tutorial] Registrando o ...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-09-09, 08:36 PM
» Replies: 0
» Views: 197
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-09-08, 10:09 PM
» Replies: 1
» Views: 285
Problem with plugins load...
Forum: Support
Last Post: MrKacu13
2025-09-08, 07:15 PM
» Replies: 9
» Views: 334
Compilation error
Forum: Pawn Scripting
Last Post: MrKacu13
2025-09-07, 07:18 AM
» Replies: 6
» Views: 335
Need help, problem when i...
Forum: Programming
Last Post: nonickowned
2025-09-06, 06:21 PM
» Replies: 0
» Views: 140
Transfer server from SAMP...
Forum: Support
Last Post: MrKacu13
2025-09-06, 04:03 PM
» Replies: 1
» Views: 232
Not relevant anymore
Forum: Questions and Suggestions
Last Post: peti
2025-09-05, 02:00 PM
» Replies: 0
» Views: 192

 
  I get problem on interior ...
Posted by: DaZzY - 2020-11-04, 02:12 PM - Forum: Pawn Scripting - Replies (1)

Helloo

I get problem when player is on some interiors when he touch AIM he spawn to another place?

And i don't have touch OnPlayerKeys... or any keys script ...


  [balkan] Ultimate 2020 - Full MySQL R39-6
Posted by: Saco - 2020-11-04, 04:09 AM - Forum: Gamemodes - Replies (10)

Introduction

Gamemode is fully ex-yu language.

If you don't understand something feel free to contact me.


Images

https://imgur.com/a/NA2ohfN


Download source

https://github.com/Sacobrt/ultimate



Enjoy!


  Kyosaur's Plugin Development Guide
Posted by: Bee - 2020-11-03, 06:19 PM - Forum: Tutorials - Replies (1)

Hey everyone,



I recently started learning about plugin development for SA:MP. I asked around for a good tutorial and a super awesome guy in Discord suggested me to take a look at Kyosaur's Plugin Development Guide. I read it and it is pretty amazing. He also suggested that someone should port over the guide to burgershot.gg. So here it is.



View in Github



Is it exactly the same?



The content is 99.9% same. 99.9% because some threads were removed and I couldn't link it. It was broken even in the original post. I updated the existing links and made some formatting changes while converting it into Markdown.



Why is it in Markdown?



I tried use the BB Code in Burgershot. It was messed up and insanely buggy. I kept losing content and had to start over again and again. Also, Why not in Markdown?


  Discord Connector invalid message author.
Posted by: XeroX - 2020-11-03, 04:47 PM - Forum: Pawn Scripting - Replies (4)

Hi,



it's been sometime since I last scritped for sa-mp. Anyway my problem is that DCC_GetMessageAuthor returns an invalid user and I'm not entirely sure why.

Plugin version is 0.3.3



PHP Code:
public DCC_OnMessageCreate(DCC_Message:message)

{

    new 
DCC_Channel:msgChannel;

    
DCC_GetMessageChannel(messagemsgChannel);



    new 
channelName[128];

    
DCC_GetChannelName(msgChannelchannelNamesizeof(channelName));



    
printf("channelName: %s"channelName);

    if(
strcmp(channelName"sa-mp"true5) == 0)

    {

        new 
DCC_User:author;

        
DCC_GetMessageAuthor(messageauthor); // This always fails



        
if(author == DCC_INVALID_USER)

        {

            print(
"Invalid User");

            return;

        }

        

        new 
bool:IsBotbool:IsVerified;

        
DCC_IsUserBot(authorIsBot);

        
DCC_IsUserVerified(authorIsVerified);

        

        new 
authorName[DCC_USERNAME_SIZE];

        
DCC_GetUserName(authorauthorNamesizeof(authorName));



        
printf("Author: %s | IsBot: %d | IsVerified: %d"authorNameIsBotIsVerified );



        if(!
IsBot && IsVerified)

        {

            new 
string[128];

            new 
authorMessage[128];

            
DCC_GetMessageContent(messageauthorMessagesizeof(authorMessage));

            

            
format(stringsizeof(string), "[Discord/%s]: %s"authorNameauthorMessage);

            
SendClientMessageToAll(0x00C7FFAAstring);

        }

    }



  OnServerCrashes callback?
Posted by: Turk - 2020-11-03, 01:32 PM - Forum: Pawn Scripting - Replies (1)

Hello, OnGameModeExit callback note says that: (This callback will NOT be called if the server crashes or the process is killed by other means?pressing the close-button on the Windows console.) So how can I detect when server is crashes or has been killed? Is there a callback like?OnGamemodeCrashes or smth like that?


Exclamation Help with SelectTextDraw
Posted by: dwp12345 - 2020-11-03, 02:20 AM - Forum: Pawn Scripting - Replies (2)

When i press ESC while?SelectTextDraw on going, it's still showing text draw but i cant select .


  Kirtaner IAMA
Posted by: Pinch - 2020-11-02, 10:44 PM - Forum: Chat - Replies (1)

https://www.reddit.com/r/IAmA/comments/j...urce=share



Interesting as fucc, np


  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]