Plugin event HOOKdeathmessage error
1 Attachment(s)
I'm trying to edit plugin Hns Shop to Deathrun Shop [$ without points]
work perfectly, but also I see in error_log this message: PHP Code:
bus I think this event doesn't work perfectly in deathrun mod :F [trigger_hurt kill and worldspawn..] PHP Code:
PHP Code:
|
Re: Plugin event HOOKdeathmessage error
what you think about
PHP Code:
|
Re: Plugin event HOOKdeathmessage error
Hook_Deathmessage (line 449
Line 449 is not a part of Hook_Deathmessage in the plugin you attached. |
Re: Plugin event HOOKdeathmessage error
Yes. this is because i removed any comments.
in old plugin LINE 449 is a part of public shop_handler function. 446 case 3: 447 { 448 /* --| If already has item, show a damn print and return */ 449 if( HasSilent[ id ] ) 450 { 451 allready_have( id ); 452 return PLUGIN_HANDLED; 453 } |
Re: Plugin event HOOKdeathmessage error
Again, the line you show is a part of shop_handler() fonction, and not Hook_DeathMsg
|
Re: Plugin event HOOKdeathmessage error
hehe
Here plugin Dr_shop you attached But error on Deathrun_shop.amxx :D |
| All times are GMT -4. The time now is 14:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.