Search Results
Quote: Originally Posted by IceBilizard Show the server log file. Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z,...
136
Quote: Originally Posted by DTV Make sure you're using the latest version of sscanf. I using with lastest version of sscanf Quote: Originally Posted by oktokt1 Change the #...
136
Hey, I want to check my new mode, I open the server-samp and i see the error "Script[gamemodes/CODE.amx]: Run time error 19: "File or function is not found" I run the nativechecker and show to me: Err...
136
Quote: Originally Posted by DTV Be sure that you're using the latest version of sscanf. I use with last version of sscanf2
64
Hey, I want to check my new mode, I open the server-samp and i see the error "Script[gamemodes/CODE.amx]: Run time error 19: "File or function is not found" I run the nativechecker and show to me: Err...
64
Quote: Originally Posted by KevinExec You got the mysql include? Yes I have the include
108
Quote: Originally Posted by Konstantinos - mysql plugin fails to load or you forgot to add it to the plugins line is server.cfg - if the plugin failed to load, you need to install few thin...
108
Код: [18:38:31] [debug] Run time error 19: "File or function is not found" [18:38:31] [debug] mysql_log [18:38:31] [debug] mysql_connect [18:38:31] [debug] mysql_errno [18:38:31] [debug] mysql...
108
Quote: Originally Posted by Yashas Its your recurrsive function that is causing the problem. Each time a function is called, some information is pushed onto the stack. Your function call...
108
Hey, I bulid derby gm and after register or login the objects map not load. ongamemodeinit: LoadMap(); Код: function LoadMap() { new string[128], mapid, src[128], author[128], name[128]; ...
82
Код: [16:16:32] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)" [16:16:32] [debug] Stack pointer (STK) is 0x10F35BC, heap pointer (HEA) is 0x10F3580 [16:16:32] [debug] ...
108
Quote: Originally Posted by ProRakNet https://sampforum.blast.hk/showthread.php?tid=373875 I dont understand from this
81
Код: TeamAFlag = CreateObject(19307, 667.17340, 3089.45801, 22.72155, 0.00000, 0.00000, 0.00000); TeamBFlag = CreateObject(19306, 426.73987, 2979.22046, 22.72139, 0.00000, 0.00000, 0.00000);...
86
Код: public OnPlayerEnterRaceCheckpoint(playerid) { if(Para[playerid] == 1) { new Vehicle; DisablePlayerRaceCheckpoint(playerid); PlayerPlaySound(playerid, 1056, 0.0, 0.0, 10.0); ...
67
Quote: Originally Posted by AndySedeyn Since the if-statement checking Para[playerid] is also in the callback, I believe that it is a checkpoint too. The first checkpoint to be exact. Of c...
191
Quote: Originally Posted by AndySedeyn Isn't that what this does?: PHP код:     if(Para[playerid] == 1)     {         new Vehicle;         DisablePlayerRa...
191
Quote: Originally Posted by AndySedeyn Let's recreate how this callback is executed upon going through the first checkpoint: Код: > First checkpoint reached > Quad[playerid] = 1 ...
191