Search Results
Looks really good but tried to put it onto my server and it just crashes all of the players online, including me ;S
1,042
Quote: Originally Posted by shadowstorm Good job simple and cool,Maybe in next version you could use dialogs or TDs Thanks for your feedback. I will use dialogs in the next version of t...
295
Stunt/Freeroam - Save 3 positions and teleport back to them! One thing that I always found when I joined a few servers is that you can save a teleport and then later teleport back to it. However, pl...
295
okey so its not calling at all, I updated my plugins and it still does not get called. The EditObject part works fine it lets me move the object without any trouble, but when I click the save icon th...
64
Hello, I am having trouble retrieving data from my MySQL database and was wondering if you guys could help. I am receiving no errors or warnings. This is the code to start the function: pawn Код...
56
I have no idea if this will work, but I guess you could try it. Код: yum upgrade This will update everything on your server and this MIGHT fix your problem. Good Luck!
109
Hello, This MAY not be an attack! Time to stop panicking. When a player tries to connect to the server and has a bad internet connection, sometimes this occurs. Check out the link of which "]Rafaellos...
129
Make sure to go through your main gamemode and filterscripts and delete any lines which include CreateVehicle and AddStaticVehicle, AddStaticVehicleEx.
63
You are possibly using the an outdated version of SA-MP on the server. Make sure the server version is the same as the client. E.G. Samp 0.3z
129
10/10 Its great. Will totally use this on my server.
321
Hi this system works great. Although I have one issue. I can play and use the garage system over and over again, I can reset the server using gmx 5 or 6 times. But after the server has been reset quit...
1,788
Top of script: pawn Код: new Delivering[MAX_PLAYERS]; on the /start command, you can add: pawn Код: COMMAND:start(playerid,params[]){    // Your code here, e.g. tell the player he has sta...
76
Instead of trying to create a new folder, why don't you try and use underscores instead? pawn Код: COMMAND:addmusic(playerid,params[]){    new name[50],link[70],pname[MAX_PLAYER_NAME],fstring[...
136
I checked the gamemode and it looks fine. Would you consider trying to have more than 20 players connect on the 'bare' script? << If that doesn't work, then its the host - Hope this helps EDI...
139
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/playurl", cmdtext, true, 10) == 0)    {        if(IsPlayerConnected(playerid))        {            new ...
62
This is my code pawn Код: #include <a_samp>#include <a_mysql>#define SQL_HOST "127.0.0.1"#define SQL_USER "user"#define SQL_PASS "pass"#define SQL_DB "database"#define COLOR_YELLOW 0xF...
57
Hi guys, this is a simple question. If I use an ordinary door lock system for cars, will it lock the player in the vehicle so they cannot get out of it? Thanks!
63