offtop: such errors xD
Code:
public Spawn(id)
{
new random; random = random_num(1,10)
if(cs_get_user_team(id) == CS_TEAM_T && random == 1) Has[id] = true
else Has[id] = false
}
offtop end.
random is a native (i didn't try to use native name as a variable name)
Quote:
Originally Posted by Craxor
Those are compilation error i suppose?
Please post the new code with the modifications you maded .
|
he added what you said.
__________________