The areas that are blue are your mistakes.The areas that are purple are things you should take out.The areas that are red are things I added that you forgot to put in.{ function*servercmdfakekillall (**%client)
{
findclientbyname(%name***);
if(!%client.isSuperAdmin)****
brick.fakekillbrick (stuff 0 0 0 20)*****
} MessageAll(' ',"/c0run into your builds!");******
* No space between function and the servercmd.
** You don't need a space separating the parenthesis from the command.
*** You can't do that unless %name is after %client in the command.
**** Why is there a ! there? if you had done: if(%client != SuperAdmin);, it would have been the same as saying DOES NOT EQUAL.
***** 1. You forgot to pt a %before brick.
2. Even if you did put a % before brick it still wouldn't work seeing as you have yet to justify it as a local variable.
3. You can't fakekill something that isn't there.
4. That little parenthesis there won't do stuff.
5. You forgot to put a ; at the end.
****** Don't, just don't.
I'm not going to take the time to tell you how to fix the script and make it work,
I'll let Space Guy do that, I'm pretty sure he'll post here, he posts in almost every thread in coding help. Oh he already did. :P Good luck anyway.