07.02.2013, 11:29
pawn Код:
Group_SetGlobalCommand(YCMD:kill, false);
Group_SetCommand(gGSF, YCMD:kill, true);
GROUP_ADD<gGSF>
{
@YCMD:kill;
}
YCMD:kill(playerid, params[], help)
{
Group_GetPlayer(gSBF, playerid);
SetPlayerHealth(playerid, 0.0);
return 1;
}
The problem is on 1st group command isn't working on all otheres it's working, but what I wanted is to work only on group gSBF.
Maybe Someone will help me out!
Thank you for your time.
Respectfully Scrillex!