Coding Pawn: From Useless to Y_Less.I was comissioned to write a detailed curriculum for a complete beginner to learn pawn with. This is a combination of links to...
How to make your GTA SA:MP like GTA 5 !I have found some modifications on GTAinside which can make your game like GTA 5, in some updated ways. You can still play...
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...
How to Compile Your Gamemode in Visual Studio CodeIn this guide, I’ll show you how to compile your gamemode using Visual Studio Code. We’ll start by installing the necessary...
SetdynamicobjectrotCan someone help me? I want to change the rz ry rz object using setdynamicobjectrot but in the game the object won't move, where...
Error cant running plugin FileFunctions Plugin v0.1b (by RyDeR`) Run time error 19:Plugin error FileFunctions, i was install every c++ version but keep [debug] Run time error 19: "File or function is not found"
Assembly tricksOver the years of writing a lot of assembly in pawn I?ve developed a few tricks for things.? These are just some of them.
#emit, __emit, @emitBetween the latest versions of the compiler and the amx_assembly library, there are now three versions of emit - #emit, __emit...
Learn to pawn (basic/medium/advanced level)Hi, I know this may sound stupid XD but I do it with the best of intentions. Some time ago I downloaded a fairly complete...
Associating a Discord account with SA-MP accountBelow is an excerpt from a Discord post to solve a common problem - it will benefit others with the necessary effort/attitude...
Detailed Mapping Guide/TipsHello everyone, this guide was posted back in April 2018 on the SAMP forum- but since I can't acces it from where I live, I'll...
Make simple entranceHello guys, today i want to teach you how to make a simple entrance, it's easy to make entrance.
Returning strings and arraysWhile functions in Pawn typically return only simple cell-sized values, the language does allow for (even native) functions to...
How to Create Basic CommandsNote: I'm by no means a professional at scripting but what I'm going to tell is what I've learned through the years. I'm going...
The internals of switch and chained else ifs and which one should you useThe internals of switch and chained else ifs and which one should you use