how do I make a person say
noclip on then it enables noclip? because when i try
Quote:
}
public saynoclip(id)
{
new said[192]
read_args(said,191)
if(containi(said,"thirdperson") != -1 && containi(said,"on") != -1)
{
client_cmd(id, "entmod_noclip 1")
}
}
|
that wont work ethier.. sooo.. can anybody help?/
ty very much