I can't get this to work.
Code:
#define invifrags 10 //set number of frags needed for invisibility
#define weapfrags 15 //set number of frags needed for weapon commands
I got those defines.
Now i want to use them like this:
Code:
if(get_user_team (id,slayer) && get_user_frags(weapfrags))
{
bla bla
client_print(id, print_chat, "*You need at least %s kills", weapfrags)
}
And where the %s is, i want it to show the number i defined up there.
EDIT: forgot small tags