AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   harbu rp plugins (https://forums.alliedmods.net/showthread.php?t=54766)

Zaser 05-03-2007 09:27

harbu rp plugins
 
well i stated my problem on hes forum, but i did not get any answers so i post here. anyway i downloaded Harbu v0.3a(from hes forum)


Code:

L 05/03/2007 - 15:27:31: Invalid event (name "DeathMsg") (plugin "HarbuRPAlpha.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Displaying debug trace (plugin "HarbuRPAlpha.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Run time error 10: native error (native "register_event")
L 05/03/2007 - 15:27:31: [AMXX]    [0] HarbuRPAlpha.sma::plugin_init (line 328)
L 05/03/2007 - 15:27:31: Invalid event (name "DeathMsg") (plugin "HarbuRPItems.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Displaying debug trace (plugin "HarbuRPItems.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Run time error 10: native error (native "register_event")
L 05/03/2007 - 15:27:31: [AMXX]    [0] HarbuRPItems.sma::plugin_init (line 132)
L 05/03/2007 - 15:27:31: Invalid event (name "DeathMsg") (plugin "HarbuRP_Talkarea.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Displaying debug trace (plugin "HarbuRP_Talkarea.amxx")
L 05/03/2007 - 15:27:31: [AMXX] Run time error 10: native error (native "register_event")
L 05/03/2007 - 15:27:31: [AMXX]    [0] HarbuRP_Talkarea.sma::plugin_init (line 139)

Line 328 HarbuAlpha

register_cvar("rp_prodigy_limit_bronze","60") // Item limit for different prodigy accounts

Line 132 HarbuItems
smoke2 = precache_model("sprites/xsmoke2.spr")

Line 139 TalkArea

register_menucmd(register_menuid("Phone Status "),1023,"action_phone_status")

XmINiX 05-09-2007 06:18

Re: harbu rp plugins
 
Looks like a DeathMsg event is not working i dunno because i havent really ever coded Deathmsgs >.<

Drak 05-09-2007 15:37

Re: harbu rp plugins
 
Posting that much of code isn't gonna help us. Copy and paste the functions giving off the errors.

As for the "DeathMsg" event, I would assume the mod you're trying to run this on does NOT have that event.
What mod is this for? (It should be TS)


All times are GMT -4. The time now is 06:40.

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