vesthelm at player spawn
Hi guys !
I need help with a plugin that gives players kevlar+helmet everytime they spawn on my deathmatch server. This plugin gives error messages like : L 03/15/2011 - 19:24:02: [CSTRIKE] Invalid player 4 L 03/15/2011 - 19:24:02: [AMXX] Run time error 10 (plugin "kevlar.amxx") (native "cs_set_user_armor") - debug not enabled! L 03/15/2011 - 19:24:02: [AMXX] To enable debug mode, add "debug" after the plug in name in plugins.ini (without quotes). Maybe, this bug could be fixed ? Here's the code : Code:
#include <amxmodx> |
Re: vesthelm at player spawn
Check first if the player is alive.
|
Re: vesthelm at player spawn
Is this one better ?
Code:
#include <amxmodx> |
Re: vesthelm at player spawn
i donīt know but try this in your plugin_init()
Code:
RegisterHam(Ham_Spawn, "player", "Player_Spawn", 1) |
Re: vesthelm at player spawn
http://forums.alliedmods.net/showthread.php?p=806660
Quote:
|
| All times are GMT -4. The time now is 14:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.