Thanks , its working fine !
Is it possible to make a chat message when i get those items?
EDIT -
Found this for the ammo packs
Code:
// Native: zp_set_user_ammo_packs
public native_set_user_ammo_packs(id, amount)
{
g_ammopacks[id] = amount;
}
Maybe thats the thing i need
how i can make when it gives me +5 ammo packs in each round?
P.S.
What can be the problem when i cant gag players?
Its like i gag them ,but they still can talk and write in the chat !