Scripting Question
I would like to make a plugin that can give weapons to players.
Code:
Yes, I'm a newb. |
You would do it like this:
Code:
|
Thanks.
|
Heres what I have so far...
Code:
#include <amxmodx> |
ammo_m4a1 is not a valid entity name for Counter-Strike.
|
Where would I find a list of valid entitys?
Or would i just have to use.. create_entity(ammo_m4a1) ?? |
You should use the easiest and most simple possible method given to you
*Hint Hint* cs_set_weapon_ammo(index, newammo) |
Ok heres my updated script..
Code:
#include <amxmodx> |
Try..
Code:
|
That didnt work..
Ok, heres my current code. Code:
#include <amxmodx> |
| All times are GMT -4. The time now is 14:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.