Search Results
A small Script good for Mini Game Servers. This game is like the casino game "Bandit" with cards. [ame]http://www.youtube.com/watch?v=kA4W2pSEmWc[/ame] Commands: /sloter <- show/hide the Slot M...
136
Faster and simpler, also not a new idea! pawn Код: include <a_samp>new TimerOn[MAX_PLAYERS],Timer[MAX_PLAYERS];public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/rainbowman"...
298
Try German SA:MP server hosters, they accept mostly PSC (Paysafecard). https://www.samp4you.com/ There are more than only this one, but hey "****** is your friend".
297
Hey i just woundered why no one released a Filterscript with commands for the console, so i just made a small one with currently 23 commands. (more are comming when i have time) Commands: /cmds /cmd...
183
Nope freddy smyth Trailers can be normally attached like in SP, only the Tow Truck can't tow like in SP.
268
How i said, you will need to use a clearly ID for the Loads, that all Boxtrailer missions has one id, all Petrotrailer missions another and all Dirttrailer missions also another ID. like this (Pseudo...
112
#pragma tabsize 0 isn't good when you script, you will loose fast the overview in the script. Just script allways this way: pawn Код: for loop{    if(    {            }} and you will b...
88
What the heck are you posting for pseudo code? It's not useful for him to get a whole code snippet, because this way he can't learn anything + the Playervariable would be global better. Also would it...
134
pawn Код: if(GetVehicleModel(GetVehicleTrailer(GetPlayerVehicleID(playerid))) == 584) Checks in this case for the trailer ID 584. Than does it depends how you load the missions, if they have a cl...
112
Use a playervariable which gets set after the FIRST spawn to 1 and ask if the variable == 0 or == 1 in the Callback.
134
It's in the server package. Download from: http://sa-mp.com/download.php and go to: samp03x_svr_R1-2_win32\include there is it than.
91
pawn Код: PlayerTextDrawShow(playerid, i11); Needs to be after you create the Textdraw logical! You can't show a textdraw which isn't even created.
92
What the heck are you talking? Quote: I just realize that every SAMP player will have their "own copy" of the game mode Isn't true. The gamemode will be on YOUR server, the playe...
143
https://sampwiki.blast.hk/wiki/RepairVehicle Should fix your last problem.
160
Happy b-day SA:MP and thanks to the whole SA:MP team for this never ending work on this awesome MP mod. And here some replies on a topic from a community forum where i also opened a topic for this: A...
3,822
You are using the UPDATE wrong, watch this two lines very carefully: pawn Код: format(szQuery, sizeof(szQuery), "UPDATE `players` SET `Money` = '%d', `Score` = '%d', `Admin` = '%d', `Kills` = '%d...
104
pawn Код: format(string, sizeof(string),"%sVip Level 1:{B3754D} %s [BRONZE]\n",string, PlayerName(i));format(string, sizeof(string),"%sVip Level 2:{BBBBBB} %s [SILVER]\n",string, PlayerName(i));fo...
88
Quote: Originally Posted by TomatoRage What do you want?? Read the first post than does you know it, wtf are you asking so stupid? I want that i can turn the lights with KEY_FIRE on not...
145
Nope nothing changed. Still same result. The lights turns always than on when i exit the vehicle. It's really weird. ;/ And because your question in first reply. Because i use the key fire for click...
145
Will test it in few and edit my result. Don't worry i know that i have to add my stuff. xD
145