Post your code snippets hereI remember seeing a thread like this on SA-MP forums so it'd be nice to share with each other little tricks to making our lives...
Today I learned - Share your newly found knowledge!Credits for the concept of this thread go to Slice.
GameText styles in open.mpHello, I've started implementing zones in my gamemode and I wanted to show them as GameTextForPlayer style 8 like in...
Need assistanceif(strcmp(cmd, "/resfacveh", true) == 0 || strcmp(cmd, "/rffv", true) == 0) // by Mikkel Reimer { if(IsPlayerConnected...
Problem with MAP. Please help!I'm working on a map with procedural generation that includes around 2000–4000+ objects. However, I'm currently stuck with a...
[HELP] Back to Pawn Scripting [Newbie[Hello guys, so last time when i was active i used to know few things here and there, and i still Do but need some revision.
press enter instead of /enterI have made a code for pressing "y" to enter a house which works fine but the exit code doesnt work, When i am inside the house...
Compilation errorI recieve this error message QuoteC:\Users\unity\Documents\Server\qawno\include\sscanf2.inc(33) : user error: Please include <a...
Need help, problem when i update streamer 2.9.3 to 2.9.6After i change the streamer plugin in the includes folder, i try to compile and i get all of this warnings and errors! the ones...
FCNPC for open.mp[Error] Skipping legacy plugin 'FCNPC'; It requires memory hacking to run and is therefore broken on open.mp. There should be a...
Liberty City mapIs it possible to use 0.3.dl liberty city map in open.mp? If so, is it better optimized now and can anybody direct me with some...
Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"Hello! I'm struggling to include the library "YSI_Include". I'm getting this runtime error, here are my server.log:
Offering Pawn Scripting ServicesI have a lot of free time this summer and I am offering scripting services for SA\:MP and open.mp servers. If you need bugs...
ErrorI recently converted my old gamemode to use OpenMP. When I join my server, this message keeps spamming in the log. Does anyone...
How to save gangzones?I have an Gangwar gamemode and captured gangzones don't save when the server shuts down, they still have default owners. If...
Making a scratch RP server. Suggestions?Basically what the title says. I'd like some suggestions to what I could add into my server, I've got a few things already.
Problema con sistema de casatengo un problema con mi sistema de casas por ejemplo compro la casa ID 0 y la ID 1 bueno entro a la ID 1 y cuando sale de la ID...
helpScript[gamemodes/arizona.amx]: Run time error 19: "File or function is not found"how can I fix the error
Command does not work in-gameHello, i made a simple /explode <playername/playerid> <explosion type> command.
I get error 021 using y_hooksPawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase Modules/Worlds/Code.pwn(3) : error 021: symbol...
Run time error 19: "File or function is not found"Hello I am having problems in the development of my SAMP server, at the time of running the samp-server.exe throws me error...
Checkpoint visibilityI am using incognito streamer, I want a checkpoint to be invisible but still existent. Couldn't find a way to achieve that...
help with /payday command in samphi, i have a problem with the /payday command in my samp script. i have a function called PayDay that gives players their salary...
0.3.7 version change to open.mpHi everyone, first of all, I'm an old scripter of version 0.3.7, my server has been offline for 4 years but I decided to come...
Can't join to my server.When I connect to my server, it always stuck to 'Connected, Joining the game...'. And then after a few seconds or minutes, the...
Não consigo criar motosSou novo no Open.MP e no Qawno, estou querendo fazer um servidor de fugas e pvp. Testei um sistema de criar motos bem básico...
Compare to SA-MP or Multi Theft Auto modsI'm relatively new to the world of GTA:SA multiplayer mods, and I'm wondering what makes open.mp stand out compared to the...
Autorefundsystem errorsnew bool:AlreadyRefunded[ MAX_PLAYERS ]; CMD:refundme( playerid ) { if( AlreadyRefunded[ playerid ] == true ) SendClientMessage...