Raised This Month: $ Target: $400
 0% 

Plugin Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wugagagaga
Member
Join Date: Aug 2014
Old 11-04-2023 , 07:33   Plugin Help
Reply With Quote #1

111111122
Attached Files
File Type: sp Get Plugin or Get Source (HPfood1.sp - 50 views - 7.6 KB)

Last edited by wugagagaga; 05-04-2024 at 07:06. Reason: 11
wugagagaga is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 11-05-2023 , 04:06   Re: Plugin Help
Reply With Quote #2

PHP Code:
stock void CreateFade(int clientint fade[4], int duration 500int holdtime 0)
{
    
Handle msg StartMessageOne("Fade"clientUSERMSG_RELIABLE|USERMSG_BLOCKHOOKS);
    if(
GetFeatureStatus(FeatureType_Native"GetUserMessageType") == FeatureStatus_Available
    
&& GetUserMessageType() == UM_Protobuf)
    {
        
PbSetInt(msg"duration"duration);        // Fade duration
        
PbSetInt(msg"hold_time"holdtime);    // Fade hold time
        
PbSetInt(msg"flags"0x0001|0x0010);    // What to do
        
PbSetColor(msg"clr"fade);            // Color RGBA
    
}
    else
    {
        
BfWriteShort(msgduration);        // Fade duration
        
BfWriteShort(msgholdtime);        // Fade hold time
        
BfWriteShort(msg0x0001|0x0010);    // What to do
        
BfWriteByte(msgfade[0]);            // Red
        
BfWriteByte(msgfade[1]);            // Green
        
BfWriteByte(msgfade[2]);            // Blue
        
BfWriteByte(msgfade[3]);            // Alpha
    
}
    
EndMessage();

__________________
Grey83 is offline
wugagagaga
Member
Join Date: Aug 2014
Old 11-05-2023 , 11:36   Re: Plugin Help
Reply With Quote #3

thank
wugagagaga is offline
wugagagaga
Member
Join Date: Aug 2014
Old 11-08-2023 , 10:36   Re: Plugin Help
Reply With Quote #4

[Click image for larger version

Name:	20231108233217.png
Views:	51
Size:	16.8 KB
ID:	202143
don t know where it went wron

who can give me the complete encoding file SP?

thank you for your kindness

Last edited by wugagagaga; 11-08-2023 at 10:41.
wugagagaga is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 11-08-2023 , 12:03   Re: Plugin Help
Reply With Quote #5

Quote:
Originally Posted by wugagagaga View Post
don't know where it went wrong
try this

UPD Fixed line 210
__________________

Last edited by Grey83; 11-09-2023 at 09:33.
Grey83 is offline
wugagagaga
Member
Join Date: Aug 2014
Old 11-08-2023 , 19:01   Re: Plugin Help
Reply With Quote #6

Quote:
Originally Posted by Grey83 View Post
try this
Click image for larger version

Name:	20231109.png
Views:	43
Size:	7.9 KB
ID:	202152

zp_level.inc

there are still error
wugagagaga is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 11-08-2023 , 22:59   Re: Plugin Help
Reply With Quote #7

Quote:
Originally Posted by wugagagaga View Post
there are still error
line 210: return ==> return;
__________________
Grey83 is offline
wugagagaga
Member
Join Date: Aug 2014
Old 11-09-2023 , 07:31   Re: Plugin Help
Reply With Quote #8

Quote:
Originally Posted by Grey83 View Post
line 210: return ==> return;
/SourceMod Batch Compiler
// by the SourceMod Dev Team


//// HPfood 1.3.1.sp
//
// C:\Users\Administrator\Desktop\scripting2022\ HPfood 1.3.1.sp(45) : warning 213: tag mismatch (expected "int", got "void")
// C:\Users\Administrator\Desktop\scripting2022\ HPfood 1.3.1.sp(146) : error 130: cannot coerce functions to values
// C:\Users\Administrator\Desktop\scripting2022\ HPfood 1.3.1.sp(146) : error 100: function prototypes do not match
// C:\Users\Administrator\Desktop\scripting2022\ HPfood 1.3.1.sp(153) : error 130: cannot coerce functions to values
// C:\Users\Administrator\Desktop\scripting2022\ HPfood 1.3.1.sp(153) : error 100: function prototypes do not match
//
// 4 Errors.
//
// Compilation Time: 0.22 sec
// ----------------------------------------

Press enter to exit ...


headache /but thank you for your help
wugagagaga is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 11-09-2023 , 09:33   Re: Plugin Help
Reply With Quote #9

Quote:
Originally Posted by wugagagaga View Post
4 Errors
fixed
Attached Files
File Type: sp Get Plugin or Get Source (HPfood 1.3.2.sp - 30 views - 6.6 KB)
__________________
Grey83 is offline
wugagagaga
Member
Join Date: Aug 2014
Old 11-09-2023 , 10:58   Re: Plugin Help
Reply With Quote #10

Quote:
Originally Posted by Grey83 View Post
fixed
Okay, it's running fine
But it cannot link the ammunition pack
wugagagaga 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:11.


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