Bank robbery script help? [+REP]
#4

Код:
stock SendPoliceMessage(color, const len[])

for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][police] >= 1) SendClientMessage(i, color, len);
}
return 1;
}
Then use
Код:
SendPoliceMessage(color, "The bank is being robbed");
you can then use SendPoliceMessage when needed and just change the text
Reply


Messages In This Thread
Bank robbery script help? [+REP] - by Lunixx - 31.07.2015, 14:35
Re: Bank robbery script help? [+REP] - by nezo2001 - 31.07.2015, 14:38
Re: Bank robbery script help? [+REP] - by Moudix - 31.07.2015, 14:39
Re: Bank robbery script help? [+REP] - by Jakwob - 31.07.2015, 14:45
Re: Bank robbery script help? [+REP] - by Lunixx - 31.07.2015, 15:01
Re: Bank robbery script help? [+REP] - by morjan - 31.07.2015, 15:20

Forum Jump:


Users browsing this thread: 1 Guest(s)