Bank robbery help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Bank robbery help (
/showthread.php?tid=150081)
Bank robbery help -
MastahServers - 24.05.2010
Hello, everyone.
I'd like to request something, that, every 6 hours, a checkpoint appears, and everyone gets a message with:
'The locker at San Fierro bank is open! Go to there within 30 minutes before they close it!'
A checkpoint appears, and they see a kind of red dot on the minimap. If they go there, they get a randomly
amount of cash ranging up to $25,000. If someone is in the checkpoint, the checkpoint dissapears,
and then there is a message: '[name] took the cash from the bank, and earned $[amount]!'
Hopefully someone can make this for me. This would be really appreaciated
Re: Bank robbery help -
ViruZZzZ_ChiLLL - 24.05.2010
Quote:
Originally Posted by MrDeGekkerd
Hello, everyone.
I'd like to request something, that, every 6 hours, a checkpoint appears, and everyone gets a message with:
'The locker at San Fierro bank is open! Go to there within 30 minutes before they close it!'
A checkpoint appears, and they see a kind of red dot on the minimap. If they go there, they get a randomly
amount of cash ranging up to $25,000. If someone is in the checkpoint, the checkpoint dissapears,
and then there is a message: '[name] took the cash from the bank, and earned $[amount]!'
Hopefully someone can make this for me. This would be really appreaciated ![smiley](images/smilies/exclaim.gif)
|
Wrong Section
![Wink](images/smilies/wink.png)
Post it here :
http://forum.sa-mp.com/index.php?topic=144062.1080
and yeah, post the coordinates, interior, etc.... and I'll do it :P
Re: Bank robbery help -
ViruZZzZ_ChiLLL - 24.05.2010
Done, click the pastebin :P
http://pastebin.com/ydL8kYak
Then put this in notepad, then save it in SA-MP Server/pawno/include as colors.inc
pawn Code:
#define Red 0xFF0000FF
#define Grey 0xAFAFAFAA
#define Green 0x33AA33AA
#define Yellow 0xFFFF00AA
#define White 0xFFFFFFAA
#define Blue 0x0000BBAA
#define Lightblue 0x33CCFFAA
#define Orange 0xFF9900AA
#define Lime 0x10F441AA
#define Magenta 0xFF00FFFFT
#define Navy 0x000080AA
#define Aqua 0xF0F8FFAA
#define Crimson 0xDC143CAA
#define Black 0x000000AA
#define Brown 0XA52A2AAA
#define Gold 0xB8860BAA
#define Limegreen 0x32CD32AA