| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 338 online users. » 0 Member(s) | 336 Guest(s) Bing, Applebot
|
| Latest Threads |
FCNPC for open.mp
Forum: Pawn Scripting
Last Post: mentaletion
6 hours ago
» Replies: 7
» Views: 7,289
|
Samp development
Forum: Chat
Last Post: pmemorex2016
Yesterday, 09:57 AM
» Replies: 0
» Views: 51
|
🎮 Free SA-MP Server Hosti...
Forum: Chat
Last Post: Centnodes
2026-03-22, 12:55 PM
» Replies: 13
» Views: 2,871
|
Pawno compiler (pawncc.ex...
Forum: Support
Last Post: PutuSuhartawan
2026-03-20, 11:12 PM
» Replies: 0
» Views: 140
|
[0.3.7 & 0.3.DL] Los Sant...
Forum: Advertisements
Last Post: renza1st
2026-03-16, 05:58 AM
» Replies: 0
» Views: 101
|
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2026-03-13, 11:17 AM
» Replies: 0
» Views: 101
|
Atlanta DeathMatch/Team D...
Forum: Advertisements
Last Post: NixaSha
2026-03-10, 04:57 AM
» Replies: 1
» Views: 143
|
mysql_samp
Forum: Plugins
Last Post: NullSablex
2026-03-10, 03:33 AM
» Replies: 0
» Views: 166
|
backtrace
Forum: Questions and Suggestions
Last Post: Lyvex
2026-03-09, 06:32 AM
» Replies: 0
» Views: 117
|
Open Multiplayer ✅ loggin...
Forum: Pawn Scripting
Last Post: walid_dz
2026-03-05, 04:19 AM
» Replies: 0
» Views: 280
|
|
|
| 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(message, msgChannel);
new channelName[128];
DCC_GetChannelName(msgChannel, channelName, sizeof(channelName));
printf("channelName: %s", channelName);
if(strcmp(channelName, "sa-mp", true, 5) == 0)
{
new DCC_User:author;
DCC_GetMessageAuthor(message, author); // This always fails
if(author == DCC_INVALID_USER)
{
print("Invalid User");
return;
}
new bool:IsBot, bool:IsVerified;
DCC_IsUserBot(author, IsBot);
DCC_IsUserVerified(author, IsVerified);
new authorName[DCC_USERNAME_SIZE];
DCC_GetUserName(author, authorName, sizeof(authorName));
printf("Author: %s | IsBot: %d | IsVerified: %d", authorName, IsBot, IsVerified );
if(!IsBot && IsVerified)
{
new string[128];
new authorMessage[128];
DCC_GetMessageContent(message, authorMessage, sizeof(authorMessage));
format(string, sizeof(string), "[Discord/%s]: %s", authorName, authorMessage);
SendClientMessageToAll(0x00C7FFAA, string);
}
}
}
|
|
|
|
| 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?
|
|
|
|
| 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
|
|
|
|
| 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]
|
|
|
|
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??
|
|
|
|
|