Search Results
I'm getting error when compiling script, if I remove ; then also same problem! LINE 1005:- PHP код: new RandomMSG[][] = {     "{00309E}[Help]{FFFFFF} If you have any questions regar...
46
Still same problem. Code: [14:00:02] [debug] Server crashed while executing AdvGames.amx [14:00:02] [debug] AMX backtrace: [14:00:02] [debug] #0 native fclose () from samp-server.exe [14:00:02] [debu...
186
from zcmd.inc (51) Code: public OnGameModeInit() { zcmd_g_HasOPCS = funcidx("OnPlayerCommandReceived") != -1; zcmd_g_HasOPCE = funcidx("OnPlayerCommandPerformed") != -1; if (funcidx("zcmd_OnGameMo...
186
Well, following crashing the server but i am tired of fixing them, help! Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [13:24:13] [13:24:13] Server Plugins ...
186
Whats crashing the server? All plugins are upto date.
186
All the plugins are latest and updated, but whats the reason that server not running? Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [21:01:56] [21:01:56] Se...
186
I putted the newer version of plugins and still failed to lead, whats the problem?
142
Well, there is no error in script, whenever i try to run server, following error occur and server crash. Whats the problem? Code: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015...
142
Most are fixed, but cannot fix these. C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn( 26862) : error 004: function "zcmd_OnPlayerCommandText" is not implemented Код HTML: OnPlayerCommandText(p...
124
Line 9006 Код HTML: OnPlayerCommandText(playerid, "/fon");
124
Hello guys, i was compiling script and got these 23 errors with same reason, i'm tired of fixing it. Help me! Код: C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9006) : error 004: function "z...
124
Title says it all,whenever I try to compile script i get error of Double-O-File, i searched link but didnt find, help!
62
Код HTML: cache_get_field_content(0, "FactionID", iGet, MySQLPipeline); PlayerInfo[playerid][playerteam] = strval(iGet); and Код HTML: cache_get_field_content(row, "FactionID", iGet, MySQLPipe...
92
[ERROR] CMySQLQuery::Execute[] - (error #1366) Incorrect integer value: '' for column 'FactionID' at row 1 What's wrong here?
92
Well, I got too many error for mysql. [ERROR] CMySQLQuery::Execute[] - (error #1366) Incorrect integer value: '' for column 'FactionID' at row 1 Help!
92
I have script with already includes sscanf2 but there is no sscanf nor sscanf2 in pawno/include folder, hence i downloaded the sscanf2 the one sreyas told me and i putted them in pawno/include, then i...
1,053
I included like, #include <a_samp> #include <dudb> #include <streamer> #include <a_http> #include <zcmd> #include <sscanf2> #include <dutils> #include <irc...
1,053
I putted sscanf2 in pawno/include folder and comipled script and got error, fatal error 111: user error: sscanf (possibly the PAWN version) already defined. PS: I am newbie, your help will be apprecia...
1,053