The thing is i have the second argument used within the function. Here's my code....
Code:
stock resetLevel(id, reason[])
{
g_playerFrags[id] = 5
client_print_color(id, DontChange, "^3[AMX] ^1Your level has been set to 5 for %s", reason)
return 5
}
Should i make it like reason[] = "no reason given" ?