Raised This Month: $51 Target: $400
 12% 

[Problem] Compile


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lulu7712
New Member
Join Date: Aug 2014
Old 08-05-2014 , 06:45   [Problem] Compile
Reply With Quote #1

Hello I have a problem when I want to compile a sp, I compile as usual with compiling the source zip mod but it appears several errors message.
http://pastebin.com/DsXrv1K7

Thank you
lulu7712 is offline
Godis
Senior Member
Join Date: Jan 2014
Old 08-05-2014 , 06:47   Re: [Problem] Compile
Reply With Quote #2

Post your code, without it i doubt anyone will be able to help you much.
Godis is offline
lulu7712
New Member
Join Date: Aug 2014
Old 08-05-2014 , 06:53   Re: [Problem] Compile
Reply With Quote #3

Quote:
if (clientlib_isValidClient(client))
{
// Create Info Panel
new Handle:panellib_info;
// Get points
new restpoints = 0;
new index = g_iPlayerLevel[client];
new points = g_iPlayerPoints[client];
new striptag = GetConVarBool(configlib_StripTag);

This is line 103-112

Last edited by lulu7712; 08-05-2014 at 06:55.
lulu7712 is offline
floube
SourceMod Donor
Join Date: Jan 2013
Location: Austria
Old 08-05-2014 , 07:07   Re: [Problem] Compile
Reply With Quote #4

As it clearly says,

you haven't defined
Code:
g_iPlayerLevel
and
Code:
clientlib_isValidClient
Better you post the whole code, but defining those two things should fix this error at least.
__________________

Last edited by floube; 08-05-2014 at 07:08.
floube is offline
lulu7712
New Member
Join Date: Aug 2014
Old 08-05-2014 , 07:10   Re: [Problem] Compile
Reply With Quote #5

Sorry I'm a beginner I just want to compile it I do not know much things.

http://pastebin.com/GR7kVk1B
lulu7712 is offline
floube
SourceMod Donor
Join Date: Jan 2013
Location: Austria
Old 08-05-2014 , 10:00   Re: [Problem] Compile
Reply With Quote #6

I see you're modifying the Stamm plugin.

Since there are more .sp files you have to compile the "main" source file, which in this case would be stamm.sp
=> compile stamm.sp not any other file inside the "stamm/" folder.

Hope that works then
__________________
floube 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 14:07.


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