Search Results
PHP Code: forward ListCreatedVehicles(playerid, page); public ListCreatedVehicles(playerid, page) {     if(page - 1 >= 0 && page - 1 < createdVehiclesCount) //Chec...
85
https://pastebin.com/aV0QXzck What's wrong? I have no loaded filterscripts.
125
I am either blind or the wiki page really does miss that information. Thanks for the help!
146
I am trying to create a command like this: /give currentgun /give gun <gunid> but everything I've tried till now just didn't work, how can I simply make optional parameters?
146
Thanks but I still get the class selection screen.
169
PHP код: public OnPlayerRequestClass(playerid, classid) {     print("Request class!");     SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);     SetPlayerCameraPos(player...
169
Is that possible? If so, how? The library is obviously a dll file, can I somehow port it to pawn as an include? I have the source code and the license is MIT so I am free to modify it as I wish.
93
I have this: PHP код: forward CheckIfAccountExists(accountName[128]); public CheckIfAccountExists(accountName[128]) {     new query[128];     mysql_format(db, query, sizeof(query)...
130
Quote: Originally Posted by Vince Yes. I've ran a LEMP stack and a 100 player SA-MP server on 256MB of RAM once and it was fine. Just don't use Apache because it is an enormous resource ho...
123
OpenStack KVM 1 vCore 2.4 GHz 2GB RAM 10GB SSD Local RAID 10
123
Hello, can you snap to grid in jernejl's map editor? I can't find anything about it, not even in the program's help menu.
61
Hello, I am trying to use MTA map editor (and then convert to SAMP using ConvertFFS) to clean Area 69 so I would be able to build something else there, but some objects there like the buildings are no...
98
Cheers! Is it indeed the best, safest and up to date BCrypt plugin?
119
Bump - I really need this so I can integrate my server with my UCP.
119
Hi again. A few questions - what is the color parameter? I get an argument type mismatch What is he doing in this line and what is the '>>' operator? PHP Code: color_r = float(color >&...
109