AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Please Delete Thread! (https://forums.alliedmods.net/showthread.php?t=295457)

CrazySkull2k 03-26-2017 05:55

Please Delete Thread!
 
So on my server, I have a skins plugin from a guy that just won't reply to my messages unless I send him a trade offer with something worth 5eur, and now I can't get the new skins. A friend of mine got the plugin from him aswell, but I got like v2 and my friend got v1 and I don't know why it isn't working on my server (I mean, it's working, but I can't choose Karambit or M9). So I decompiled both smx and analysed what the differences between the 2 plugins are. I just had to add the skins id to the list. Here is what I got Link

And I get this when I try to compile it:

Quote:

extra/core.inc(296) : warning 209: function "__ext_core_SetNTVOptional" should return a value
include/string.inc(463) : warning 219: local variable "buffer" shadows a variable at a preceding level
include/string.inc(486) : warning 219: local variable "text" shadows a variable at a preceding level
include/string.inc(486) : warning 219: local variable "buffers" shadows a variable at a preceding level
include/string.inc(487) : warning 219: local variable "maxStringLength" shadows a variable at a preceding level
include/string.inc(489) : warning 219: local variable "reloc_idx" shadows a variable at a preceding level
include/string.inc(489) : warning 219: local variable "idx" shadows a variable at a preceding level
include/string.inc(489) : warning 219: local variable "total" shadows a variable at a preceding level
include/string.inc(525) : warning 219: local variable "buffer" shadows a variable at a preceding level
include/dbi.inc(648 ) : warning 219: local variable "buffer" shadows a variable at a preceding level
include/menus.inc(370) : warning 219: local variable "total" shadows a variable at a preceding level
include/menus.inc(372) : warning 219: local variable "i" shadows a variable at a preceding level
include/halflife.inc(370) : warning 219: local variable "buffer" shadows a variable at a preceding level
include/halflife.inc(372) : warning 219: local variable "i" shadows a variable at a preceding level
include/helpers.inc(46) : warning 219: local variable "buffer" shadows a variable at a preceding level
plugin.sp(8 ) : error 021: symbol already defined: "NULL_VECTOR"
plugin.sp(9) : error 021: symbol already defined: "NULL_STRING"
plugin.sp(17) : error 021: symbol already defined: "MaxClients"
plugin.sp(46) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(51) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(56) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(61) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(66) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(71) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(76) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(81) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(86) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(91) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(96) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(101) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(106) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(111) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(116) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(121) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(126) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(131) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(136) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(141) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(146) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(151) : error 009: invalid array size (negative, zero or out of bounds)
plugin.sp(156) : error 009: invalid array size (negative, zero or out of bounds)

Compilation aborted.
26 Errors.

Natsheh 03-26-2017 05:58

Re: Please help me fix this skin plugin!
 
This is AMX Mod X section


All times are GMT -4. The time now is 17:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.