12.09.2014, 18:58
Hello, i'm stuck on one command which i want to make for my server, i want to make a command which is working only for players with specific colours (0xACFF59FF).
Something like
But working for players with the colour 0xACFF59FF. Is that possible, if yes please help me!
Something like
pawn Код:
if(strcmp(cmd, "/hpall", true) == 0)
{
SetPlayerHealth(playerid, 100);
return 1;
}
}

