Search Results
Yes just add SA:MP as a shortcut on your steam library you should get a option to add a non steam game afterwards just run SA:MP from there and shift+tab will be active
81
https://sampforum.blast.hk/showthread.php?tid=581259
176
or if you wanna use it for admin ranks Код: CMD:minigun(playerid,params[]) { if(testinfo[playerid][testadmin] >= 1) //this checks to see if the player is level 1 or higher { Gi...
89
I'm trying to make multiple query's because I don't want my line to be too long but when I do it this way it doesn't even work Код: new query[200]; db_query(Database, "CREATE TABLE IF NOT EXIST...
75
Im not creating the table everytime only if the table is non existant in scriptfiles while mysql needs a mysql server I only need a efficient way of creating the query's but Im not sure if there is a ...
123
Sorry but im using SQL not MySQL I just need an efficient and fast way to make the columns without reducing speed...
123
Aren't there faster ways to do this?
123
Hello this line is too long I was wondering if there was a way to put the query's under eachother or something Код: db_query(Database, "CREATE TABLE IF NOT EXISTS Users (Userid INTEGER PRIMARY KEY...
123
Quote: Originally Posted by LatinZ Mauzen, have you been able to repair the bug that crash to create more than 59 NPCs (supposedly is around that number up) ?, that is, if 50 is placed all...
23,452
What I also noticed is that it doesn't load anything from the gamemode it just spawns me at the elevators in lv with the default skin...
239
Do you have at the top of your script #include <a_mysql>? Also in pawno/include a_mysql.inc
144
put it in your plugins folder and on the server.cfg where it says plugins
144
Download nativechecker.dll and post the server log afterwards
144
Quote: Originally Posted by DaniceMcHarley I've to go off topic a bit and ask what do you need 200 NPC for; Can't you replace them with actors? However, have you tried to connect them sep...
239
I attempted using 200 NPC's at first and this is when this happend (300 total slots/100 for players) I hosted this on my local machine and when I've opened the server I just got those errors. Im guess...
239
Hello whenever I add mysql_debug(1); ongamemodeinit I get this error Код: warning 206: redundant test: constant expression is non-zero warning 215: expression has no effect
81
Hello for some reason my NPC's are being considered as a attack not really sure why here is the log Код: [22:21:16] Blocking 127.0.0.1 due to a 'server full' attack (1) [22:21:16] Blocking 127.0.0...
239
I must've accidently added an extra p when i wrote the thread sorry
88