View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-07-2010 , 13:22   Re: Wallbang Training
Reply With Quote #9

About the error, no idea. It's related to GetBonePosition and something a cache check. So the flags "a" doesn't work as expected here. Weird.

Anyway :

- You forget #include <engine> ; it's an engine forward. If it works, it's because the module is already loaded by another plugin. The reason it doesn't work in your linux server.
- What is : "pev(id, pev_team, Origin)" ? Remove it.
- Change your first new with static.
__________________

Last edited by Arkshine; 12-07-2010 at 13:27.
Arkshine is offline