Quantcast
Channel: SA-MP Forums - Tutorials
Browsing all 106 articles
Browse latest View live

[Tutorial] Easy /nitro command :)

Okay. So you want to add some speed?? Sure no problem :D First of all i want to say something. the code you'll see bellow will be for /nitro command. And one more thing: DON'T COPY-PASTE IT. LEARN...

View Article


[Tutorial] 3D Text label easy tutorial

Okay. In my last tut we made /nitro command (it worked right??). In this tutorial we will make 3D Text Label on vehicle. It is pretty simple and it can be very usefull for RP/RPG servers if you want to...

View Article


[Tutorial] [C++GDK] C++ basics.

Recently i found out that we are able to use c++ to write scripts for samp. But i do not see anyone making tutorials on C++ here( maybe because there are a lot available outside samp forums). Anyhow,...

View Article

[Tutorial] [C++GDK] Classes and Objects

Author:iSteve Difficulty:Novic Title:Classes and Objects Previous:[Tutorial] [C++GDK] C++ basics. Next:Coming soon Made for SA-MP forums Alright, for those who don't know, you can write your gamemodes...

View Article

[Tutorial] Lets make /fv (fix veh)

Hello guys. How are you today :). Wanna make /fv command?? Yes? Okay lets do it For this command we will work with ZCMD :). So on top of your script you need this Code: #include <a_samp> #include...

View Article


[Tutorial] Introduction to database (Basic)

Introducing database Author: AjaxM Last Updated: 18/05/2016 :: 04:39 PM Hey there, i made a tutorial relating to MySQL & other databases (SQLite). It's NOT AT ALL pawn related but before starting...

View Article

[Tool/Web/Other] Skins

Okay guys. So the thing that i will post maybe will help someone maybe don't. There are all 311 skins of game. I removed CJ's skins. There are 2 (at least i found 2). If someone find any more of CJ's...

View Article

[Tutorial] Lets do flip command on button

So guys. If you are making DM Freeroam server this migh help you. Some of you know how this works someone don't. Now lets do it on top we need this PHP Code: #include <a_samp>  No need to explain...

View Article


[Tutorial] OnPlayerLoginAsRcon Callback

Today gonna learn ya how to make OnPlayerLoginAsRcon(playerid) callback ;_; so let's begin, how will we do it? Well, we gonna make a simple var and reset it / make the value of it 0 on player connect,...

View Article


[Tool/Web/Other] [Useful Function]how to make killboard and send to admins

RequitmentsSA-MP 0.3.7 (earlier version not work) Code: stock SendDeathMessageToAdmins(playerid,killerid,reason) {     for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)     {...

View Article

[Tutorial] How to use Linux VPS

Hello everyone, When I got the VPS(Linux VPS) it was hard to install the server since it needed update and stuff. Plus warnings. After fixing it I decided to make a guide how to install your gamemode...

View Article

[Tutorial] Making Special Message system

INTRODUCTION Do you place Code: foreach(player, i) {   if(PlayerInfo[playerid][pHelper] == 1)   {     ...bla bla   } } at each special message command in your server? well, there is another easy way to...

View Article

[Tutorial] Detailed Guide On Structured Query Language [SQL]

Structured Query Language Introduction Many people saying that SQL (both MYSQL And SQLITE) is hard.But in truth its not that hard as you think.So i decided to make a Guide for SQL language for my SAMP...

View Article


[Tutorial] Fix "ApplyActorAnimation" (synchronization)

In English not selenium. "FIX" of a bag is stated in an example. Sense: Previously we load of animation at the player and a Actor. PHP Code: new ActorCJ;  PHP Code: public OnGameModeInit () {...

View Article

[Tutorial] PAWN Common Errors & Warnings List | Solutions | Descriptions

PAWN Common Errors & Warnings 1. How does the PAWN compiler work with errors/warnings? When the compiler finds an error in a file, it outputs a message, in this order:the name of the file the line...

View Article


[Tool/Web/Other] Probleme de demarrage du serveur

Salut. je suis nouveau a ce site !! j'aim un probleme de démarrage de mon serveur samp j'ai publiee sur Ultra-h.com et il marche quelques secondes puis il s'arret Mon Compte Facebook :...

View Article

Image may be NSFW.
Clik here to view.

[Tutorial] Association tables [SQL]

What is an association table? An association table, sometimes known as a cross-reference table, is required when a many-to-many relationship exists between two entities. Some examples Underlined...

View Article


[Tutorial] Writing a (filter/gamemode)script

[Tutorial] Writing a (filter/gamemode)script Doing it for reputation.So, once you want to create a script for any reason, doesn't matter, go ahead do it. Just.. Don't do worthless scripts only to...

View Article

[Tutorial] Pawn Development in OS X

Since I haven't seen a guide anywhere on this forum as to how to set up a development environment for OS X, I figured out that it would be a good idea to share my newly-found knowledge with you guys....

View Article

[Tutorial] Ternary operation

TERNARY OPERATION In this tutorial I will tell you about ternary operator. In computer science, a ternary operator is an operator that takes three arguments. The arguments and result can be of...

View Article
Browsing all 106 articles
Browse latest View live


Latest Images