2116
Modification Help / Re: Inverted Arches
« on: August 18, 2009, 11:59:38 AM »
biggest one will be perfect for water slides
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
If you guys can't help, why post? ._.i know
package Adminchat
{
function ServerCmdmessagesent(%client,%message)
{
messageAll(",",%client.status SPC %client.name SPC"<color:FFFFFF>:"SPC %message);
}
};
activatePackage(Adminchat);Just shows my name as redYou could try reading the Team Deathmatch script? Search for "servercmdmessagesent".Heres what it says when i search for it
Done. No matches has been found.Edit: Nvm found something.
Package Admin
{
if(client.isAdmin)
echo(GameConnection.clanSuffix = <color:00ffff>[<color:ff0000>ADMIN<color:00ffff>];)
{
Package SAdmin
{
if(client.isSuperAdmin)
echo(GameConnection.clanSuffix = <color:00ffff>[<color:ff0000>SuperADMIN<color:00ffff>];)
{
Im gonna test it out nowpackage Admin
{
if(player.isAdmin)
Then
{
GameConnection.clanSuffix = <color:00ffff>[<color:ff0000>ADMIN<color:00ffff>];
}
}
I seriously didn't ninja edit. But no one can prove it.What is ninja edit?