20.04.2013, 07:06
Hello, i need help with Message Example if i use /holdup and Send Message just for Police Z3r0w1zard its rob.
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerPolice(i) == 1)
{
SendClientMessage(i, -1, "Your text!");
}
}