weapon drop plugin
can zou help me with this plugin ??
on my computer it`s working but on the internet server it`s dont working: Code:
#include <amxmodx> |
First, let's fix up your indenting:
Code:
First thing's first: Your for() loops shouldn't be checking if i/a is <=, it should simply be <. The reason is that the functions return the number of items starting at 1, but array indexes start at 0, so the max array index is the number of items - 1. Secondly, you return PLUGIN_CONTINUE, thus stopping the entire function, after the first player's first weapon is dropped. Remove that and it should work. |
ok thx
i will test it |
| All times are GMT -4. The time now is 14:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.