Looking for "Team Change" script
#2

Heres for TeamChangeForAll

pawn Код:
dcmd_teamchangeforall(playerid, params[])
{
if(PlayerInfo[playerid][Admin] >= 1)
    for(new i=0; i<MAX_PLAYERS; i++)
    {
     SendClientMessageToAll(COLOR_YELLOW,"TeamChangeForAll Initiated");
            SetPlayerHealth(i,0);
    }
}
else
{
 SendClientMessage(playerid,COLOR_YELLOW,"You are not a admin");
}
}
You have to do rest, I can't really do more.
Reply


Messages In This Thread
Looking for "Team Change" script - by Rolyy - 13.07.2010, 19:31
Re: Looking for "Team Change" script - by oliverrud - 13.07.2010, 19:50
Re: Looking for "Team Change" script - by Rolyy - 13.07.2010, 19:59
Re: Looking for "Team Change" script - by oliverrud - 13.07.2010, 20:38
Re: Looking for "Team Change" script - by Rolyy - 13.07.2010, 20:59
Re: Looking for "Team Change" script - by oliverrud - 13.07.2010, 21:48

Forum Jump:


Users browsing this thread: 2 Guest(s)