Thread: Start Weapon
View Single Post
rex
Senior Member
Join Date: Mar 2004
Location: Australia
Old 04-10-2004 , 00:56  
Reply With Quote #4

nice pugin Sanji.
how ever you need to change
Code:
ammo_type[num] = strtonum(szType) ammo_amount[num] = strtonum(szAmount)
to
Code:
ammo_type[num] = str_to_num(szType) ammo_amount[num] = str_to_num(szAmount)
or it will not compile on amx mod x
and as this is a amx x forum, shouldn't you take out all the amx code, if you want it to be approved.

also when the first round starts, cs crashes to the desktop with this error.
Code:
Ed_alloc: no free edicts
making the plugin unuseable
It would also be nice if you could make the player drop he's default weapon and then give he the new one.
looking forward to an update.
rex is offline
Send a message via MSN to rex