Bank Robbery Script.
#1

I am doing a "Bank Robbery" Script but i need help with one thing..
My command is /robbank to start the robbery but at the same time they types that command i want a message to be visible for all Leo's Online? Or If the bank robbery walks into a special "pos" a Message will be shown?
my question is How to?
Reply
#2

What ever your define is to send a message to cops ( generally SendCopMessage) you use that to tell them.
Reply
#3

pawn Код:
SendRadioMessage(1 , DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(2 , DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(3 , DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(7 , DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(11, DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(13, DEPTRADIO, "** ALL Units Be Advised ** Someone is attempting to rob Los Santos Bank ** All Units Please Respond **");
        SendRadioMessage(9 , TEAM_NEWS_COLOR, "** BREAKING NEWS! ** Someone is attempting to rob Los Santos Bank ** Go Cover The Story! **");
and for the message at a point have a timer checker for IsPlayerInRangeOfPoint(playerid, 2,x,y,z);
Reply
#4

Thanks for the Help!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)