Search Results
Just tell me how to fix this issue, no one asked for your expert advice.
165
Код: // Tell everyone that he's connected new str[300], string[300], AKAString[256]; GetPlayerCountry(playerid, str, sizeof(str)); GetPlayerAKA(playerid, AKAString, sizeof(AKAString))...
165
Sir nice work you did there, I might give it a try.
1,397
Didn't work. Код: D:\SAMP BP 2\scriptfiles\0Admin\DConnect.pwn(90) : error 036: empty statement Line 90 is the Discord Stats one.
252
Getting the Following Error: Код: D:\SAMP BP 2\scriptfiles\0Admin\DConnect.pwn(90) : error 036: empty statement D:\SAMP BP 2\scriptfiles\0Admin\DConnect.pwn(91) : warning 217: loose indentation Pa...
252
I don't know. Код: new DCC_Channel:BotChannel; new DiscordStats[MAX_PLAYERS]; new Spawned[MAX_PLAYERS];
252
Код: public DCC_OnChannelMessage(DCC_Channel:channel, DCC_User:author, const message[]) { new channel_name[100 + 1]; if(!DCC_GetChannelName(channel, channel_name)) return 0; new user_name[32...
252
Whenever I type any command on Discord, the output (which Is sent by the bot) is shown in game chat, Along with Connect and Disconnect Messages. I only want player messages, the ones which players inp...
252
Open server.cfg There you will see an option like rcon_pass password Change it and then re-upload that file to your servers directory
102
/rcon cmdlist for your rcon-related issues
132
Bug on a wire Snake Game Nokia Bounce Canyon glider
5,130
Hmm I think money saving system in gadmin is bugged, I also made a topic regarding same issue.
185
Working fine sir Код: CMD:stats(playerid, params[]) { LoginCheck(playerid); new target; new id; if(sscanf(params, "u", target)) { target = playerid; SendClientMessage(playerid, COLOR_RE...
179
Код: SendClientMessage(playerid, COLOR_YELLOW, "SERVER: You have successfully logged in to the server."); new playeridname[MAX_PLAYER_NAME]; GetPlayerName(playerid, playeridname, sizeof(...
179
How can i create special permissions for a particular name ? For e.g This msg is shown only if a player named "Omer" logs into the server: >> Server Owner Omer has logged in. If anyone can h...
179
There you go Код: public OnPlayerDisconnect(playerid, reason) { KillTimer(gUser[playerid][u_updatetimer]); for(new i; i < 3; i++) { TextDrawHideForPlayer(playerid, gGlobal[s_locktd][i]...
87
BUMP, i really need help as this issue is getting on my nerves.
87
Hello sir, I really appreciate your kindness but this isn't the right section to request for scripts, you can do that here freely: http://forum.sa-mp.com/showthread.ph...94#post4003294
76
So, some of the people's admin level saves whereas some admin levels aren't saved, IDK why is this happening ? About code: Using Gadmin v2.3 I have uploaded the easydb.inc in pawno > include fol...
87