Raised This Month: $ Target: $400
 0% 

[REQ] Knife Skins Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cirovic
Senior Member
Join Date: Sep 2019
Old 09-29-2019 , 19:37   [REQ] Knife Skins Menu
Reply With Quote #1

Could anyone create plugin for me that will let players change their knife skins with cmd /knife

I just need code, i will find models for skins, and please use v + p model, and add some colors in menu, thanks.

I Searched already forum and found some plugins, but they doesn't fit to my server, because they have smth little more extra that doesn't work well with my other plugins(speed,gravity,etc..)

Last edited by Cirovic; 09-29-2019 at 19:40.
Cirovic is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 09-29-2019 , 20:37   Re: [REQ] Knife Skins Menu
Reply With Quote #2

This plugin has a knife menu. I have used it and modded it further and maybe you can too.

https://forums.alliedmods.net/showthread.php?t=315794
__________________
DJEarthQuake is offline
raizo11
BANNED
Join Date: Dec 2013
Location: https://t.me/pump_upp
Old 09-29-2019 , 20:37   Re: [REQ] Knife Skins Menu
Reply With Quote #3

https://forums.alliedmods.net/showthread.php?t=84863
raizo11 is offline
Send a message via ICQ to raizo11 Send a message via AIM to raizo11 Send a message via MSN to raizo11 Send a message via Yahoo to raizo11 Send a message via Skype™ to raizo11
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-29-2019 , 21:15   Re: [REQ] Knife Skins Menu
Reply With Quote #4

And in 2019 we use this - https://forums.alliedmods.net/showthread.php?t=293632
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Cirovic
Senior Member
Join Date: Sep 2019
Old 09-30-2019 , 04:20   Re: [REQ] Knife Skins Menu
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post

Ye no amxx and i dont have compiler so make amxx for me please
Cirovic is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-30-2019 , 05:29   Re: [REQ] Knife Skins Menu
Reply With Quote #6

Uploading .amxx files is not allowed. Downloading the same files is not smart either. If you have AMXX, you have a compiler as well. Search for a tutorial on how it works, it only takes 2 seconds to compile a plugin.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Cirovic
Senior Member
Join Date: Sep 2019
Old 09-30-2019 , 08:34   Re: [REQ] Knife Skins Menu
Reply With Quote #7

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// crx_knife_models.sma
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(17 : error 017: undefined symbol "TrieDestroy"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(240) : error 017: undefined symbol "TrieCreate"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(250) : error 017: undefined symbol "TrieSetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(260) : error 017: undefined symbol "TrieSetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(806) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(811) : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(811) : error 088: number of arguments does not match definition
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(815) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(820) : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(820) : error 088: number of arguments does not match definition
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(843) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(84 : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(84 : error 088: number of arguments does not match definition
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(852) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(857) : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(857) : error 088: number of arguments does not match definition
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(880) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(885) : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(885) : error 088: number of arguments does not match definition
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(889) : error 017: undefined symbol "TrieKeyExists"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(894) : error 017: undefined symbol "TrieGetString"
// C:\Users\Cirovic\Desktop\compiler\crx_knife_m odels.sma(894) : error 088: number of arguments does not match definition
//
// 22 Errors.
// Could not locate output file C:\Users\Cirovic\Desktop\compiler\compiled\cr x_knife_models.amx (compile failed).
//
// Compilation Time: 0.31 sec
// ----------------------------------------

Press enter to exit ...
Cirovic is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-30-2019 , 09:16   Re: [REQ] Knife Skins Menu
Reply With Quote #8

You're using an outdated AMXX version... Stop downloading AMXX from random websites. Use the official website...
__________________

Last edited by OciXCrom; 09-30-2019 at 09:17.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Cirovic
Senior Member
Join Date: Sep 2019
Old 09-30-2019 , 09:22   Re: [REQ] Knife Skins Menu
Reply With Quote #9

i watched video 8 years ago im sorry :/
Cirovic is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:34.


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