View Single Post
Shane1390
Member
Join Date: Apr 2018
Old 07-03-2019 , 13:21   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #827

Quote:
Originally Posted by Yuze View Post
GOOD JOB MAN!
I just compile your code and it works well on my server with mysql and sqlite.But,I can`t save manual seed.Random seed can be saved successfully.Sorry for my poor English.Waiting your next version XD.
Thanks for the spot, also made me notice that the seed command was severely bugged so I went and fixed that one too.

I'll need to get onto making a pull request, although I'm not too familiar with git.

Quote:
Originally Posted by jotaerrecs View Post
Hi everyone!

I am trying to recompile the .sp file, to add a few commands to the plugin, but it shows that error:

SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/groups/sourcemod/upload_tmp/textaRBIJH.sp(22) : fatal error 182: cannot read from file: "PTaH"

Compilation aborted.
1 Error.

Idk what to do
If i understood it correctly, it can't read the PTaH include... but how do i show to the compiler the PTaH?

Anyone help?

Thanks!
That filepath alone should highlight the issue. Get a clean sourcemod installation so your file structure is sourcemod/addons/scripting. You should then have an include folder inside there, where you throw PTaH.inc.

Download now on my Github fork.

Last edited by Shane1390; 08-02-2019 at 11:37. Reason: moved to github
Shane1390 is offline