Quote:
Originally Posted by Eagle07
PHP Code:
case 1:
{
give_item(id, "weapon_ak47");
cs_set_user_bpammo(id, CSW_AK47, 90);
give_item(id, "weapon_deagle");
cs_set_user_bpammo(id, CSW_AK47, 35);
give_item(id, "weapon_hegrenade");
}
PHP Code:
case 1:
{
give_item(id, "weapon_ak47");
cs_set_user_bpammo(id, CSW_AK47, 90);
give_item(id, "weapon_deagle");
cs_set_user_bpammo(id, CSW_DEAGLE, 35);
give_item(id, "weapon_hegrenade");
}
|
Oh, thank you for that... I guess I skipped that mistake out of not being careful enough.
Quote:
Originally Posted by Eagle07
and not give_item(id, "weapon_flashgrenade");
----
weapon_flashgrenade

weapon_flashbang
|
Thanks, I checked a list of those these days... I aparently messed this one up.
Quote:
Originally Posted by Flick3rR
Aaand, no steam equals to no support in this forum.
|
Don't worry, I am administrating several servers. One of them is running dproto, the other 2 of them are not.
Quote:
Originally Posted by HamletEagle
So, did you find the reason why your code was not working for you ?
|
No... I can't seem to find out what's the catch...