Search Results
Cam.pwn is fixed. But i still cannot connect. GTA_SA crashes and shows this message http://prntscr.com/embth0
299
Guys. Here is complete Cam.pwn Pastebin
299
Quote: Originally Posted by Mencent Hello! Crashs your game or the server? When the server crashs then use crashdetect plugin and show us the server.log. actually game crashes. Ко...
299
I got new gamemode from my friend. Its last version worked, but the new one isn't working. It connects to the game and shows "Connected. Joining the game..." and then suddenly crashes. Here is my cha...
299
Ah, My bad. It was the include. Updated the include and everything works fine now.
160
i get these warnings - Код: C:\coc\folder\server 0.3.7\gamemodes\blank.pwn(2765) : warning 202: number of arguments does not match definition C:\coc\folder\server 0.3.7\gamemodes\blank.pwn(13273) ...
160
Quote: Originally Posted by Flamehaze7 Try it and let me know, by checking it, it should work. It didn't work. i have no idea why :/
158
will this work? Code: CMD:osetlvl(playerid,params[]) { if(!(PlayerInfo[playerid][Level] >= 6)) return SendClientMessage(playerid, COLOR_LIGHTRED,"You are not authorized to use this command");...
158
Quote: Originally Posted by Flamehaze7 You should try to open his .ini file and them format the string inside and save the file. You can easily do this in SQL/MySQL but for INI i think tha...
158
How can I demote or promote offline player using a CMD in the server? For example : /apromote [name] [level]. All my users are saved in scriptfiles/Admin/users There are .ini files for every user and ...
158
Quote: Originally Posted by Troydere You can check if killerid is not INVALID_PLAYER_ID in every function you need to call for killerid. As an example: PHP код: if(killerid != I...
178
Quote: Originally Posted by Troydere killerid returns INVALID_PLAYER_ID if the player does not exist (the player who died was not killed). INVALID_PLAYER_ID is defined as 65535. Nowhere i...
178
I get these error codes in server logs when a player dies. How can i fix it? I have no idea. Please help me. Код: [17:23:51] [debug] Run time error 4: "Array index out of bounds" [17:23:51] [debu...
178
Fixed it mate. There was custom edited gl_common for the script. Asked the maker of it. Thanks though! +Repped
199
Quote: Originally Posted by TaiRinsuru pawn Код: //----------------------------------------------------------//// GRAND LARCENY common functions include.////---------------------------...
199
Quote: Originally Posted by Dejan12345 send us line Which line ? ../include/gl_common.inc(10) : warning 219: local variable "line" shadows a variable at a preceding level Pawn compiler...
199
Quote: Originally Posted by TaiRinsuru Download the latest sa-mp package and upload it, then recompile it again Still getting error ../include/gl_common.inc(10) : warning 219: local var...
199
Код: ../include/gl_common.inc(10) : warning 219: local variable "line" shadows a variable at a preceding level I have been getting this error while compiling i have included this stuff #include "...
199
which version of mysql ? when i compile script i get many errors Код: \Server\gamemodes\Innovative.pwn(760) : error 017: undefined symbol "mysql_log" \Server\gamemodes\Innovative.pwn(761) : erro...
511