Well, I edited Mossy v8 and how could I get this working?
I added option in Player Menu, "Make Player FAG"
If I see an annoying guy, I "freeze" him and I take hes guns...
It only works if I do it for me LOL
Code:
[php]plFr(p){
self thread ccTXT("FAG'd: "+p.name);
p iPrintln( "^3You are now ^7FAG ^3Buhaahahah" );
p.maxhealth = 10;
p setClientDvar("g_speed", 0);
p takeAllWeapons();
}[/php]
Again, this is for Elitemossy v8
Only the maxhealth = 10; is working

But it doesnt even give a syntax error...
ThankS!