SA-MP Forums Archive
Help WITH GAadmin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help WITH GAadmin (/showthread.php?tid=586644)



Help WITH GAadmin - Viki - 23.08.2015

i downloaded admin system from Gammix i did what was told but still got 2 errors i have all the plugins/filterscripts but it dosnt work https://sampforum.blast.hk/showthread.php?tid=585036
errors are
Код:
C:\Users\Waqar\Desktop\New folder (3)\pawno\include\izcmd.inc(66) : error 004: function "OnPlayerCommandPerformed" is not implemented
C:\Users\Waqar\Desktop\New folder (3)\pawno\include\izcmd.inc(74) : error 004: function "OnPlayerCommandPerformed" is not implemented
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Includes are
Код:
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include <a_samp>
#include <zcmd>
#include <streamer>
#include <FloodControl>
#include <fuckCleo>
#include <Dini>
#include <Dutils>
#include <lethaldudb2>
#include <SII>
#include <sscanf2>
#include <fixes2>
#include <foreach>
#include <FPS>
#include <timestamptodate>
#include <izcmd>
#include <gadminv2>
#include <easydb>
#include <a_mysql>



Re: Help WITH GAadmin - iTakelot - 23.08.2015

Show the line error


Re: Help WITH GAadmin - Viki - 23.08.2015

LINE 74
Код:
OnPlayerCommandPerformed(playerid,cmdtext,CallLocalFunction(funcname,"is",playerid,"\1"));
LINE 66
Код:
	return OnPlayerCommandPerformed(playerid,cmdtext,CallLocalFunction(funcname,"is",playerid,cmdtext[pos]));



AW: Re: Help WITH GAadmin - MrGtasagamer - 23.08.2015

Quote:
Originally Posted by Viki
Посмотреть сообщение
LINE 74
Код:
OnPlayerCommandPerformed(playerid,cmdtext,CallLocalFunction(funcname,"is",playerid,"\1"));
LINE 66
Код:
	return OnPlayerCommandPerformed(playerid,cmdtext,CallLocalFunction(funcname,"is",playerid,cmdtext[pos]));
PHP код:
SendClientMessage(playerid,cmdtext,CallLocalFunction(funcname,"is",playerid,"\1"));
SendClientMessage(playeridcmdtextCallLocalFunction(funcname,"is",playerid,cmdtext[pos]));