is there any way to... - 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: is there any way to... (
/showthread.php?tid=638733)
is there any way to... -
Jumberi - 05.08.2017
hi my friend just gave me a gamemode which is using the datahandler plugin i know that gamemode uses the outdated plugin so basically i just disabled the include i wrote everything in pawn so i want to disable the plugin and am i able to do that or no? because pawn complies succesfully w/o errors
every function which is listed here, is used in pawn and compiles without errors..
PHP код:
[19:00:21] [debug] Run time error 19: "File or function is not found"
[19:00:22] [debug] setItemVariable
[19:00:22] [debug] itemInPossession
[19:00:22] [debug] getPhoneIndexFromOccurance
[19:00:22] [debug] getItemVar
[19:00:22] [debug] getItemType
[19:00:22] [debug] getItemPage
[19:00:22] [debug] getItemID
[19:00:22] [debug] itemIndexExists
[19:00:22] [debug] getItemTypeFromVar
[19:00:22] [debug] givePlayerItem
[19:00:22] [debug] getPlayerItemID
[19:00:22] [debug] removePlayerItem
[19:00:22] [debug] removePlayerItemType
[19:00:22] [debug] getItemTempVarFromVar
[19:00:22] [debug] getItemVarFromID
[19:00:22] [debug] setItemVariableByID
[19:00:22] [debug] getItemTempVar
[19:00:22] [debug] setItemTempVar
[19:00:22] [debug] Run time error 19: "File or function is not found"
[19:00:22] [debug] setItemVariable
[19:00:22] [debug] itemInPossession
[19:00:22] [debug] getPhoneIndexFromOccurance
[19:00:22] [debug] getItemVar
[19:00:22] [debug] getItemType
[19:00:22] [debug] getItemPage
[19:00:22] [debug] getItemID
[19:00:22] [debug] itemIndexExists
[19:00:22] [debug] getItemTypeFromVar
[19:00:22] [debug] givePlayerItem
[19:00:22] [debug] getPlayerItemID
[19:00:22] [debug] removePlayerItem
[19:00:22] [debug] removePlayerItemType
[19:00:22] [debug] getItemTempVarFromVar
[19:00:22] [debug] getItemVarFromID
[19:00:22] [debug] setItemVariableByID
[19:00:22] [debug] getItemTempVar
[19:00:22] [debug] setItemTempVar
Re: is there any way to... -
OneDay - 05.08.2017
Quote:
Originally Posted by Jumberi
am i able to do that?
|
apparently not
Re: is there any way to... -
Matz - 06.08.2017
It complies but you can't run that gamemode without the plugin