color/car-color/weapon Defines - 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: color/car-color/weapon Defines (
/showthread.php?tid=127406)
color/car-color/weapon Defines -
BurningSWA - 13.02.2010
hi
i noticed that its very anoying to use carcollors and weapon id's cuz you have to seach for them on internet.
so i made a list of defines so you dont have to.
DOWNLOAD(.pwn)
DOWNLOAD(.txt)
Code:
//color's
#define WHITE 0xFFFFFFAA
#define BLACK 0x000000AA
#define RED 0xFF0000AA
#define LIGHTRED 0xF95D5DAA
#define DARKRED 0x6F0000AA
#define GREEN 0x15FF00AA
#define LIGHTGREEN 0x78FF6CAA
#define DARKGREEN 0x0C9000AA
#define YELLOW 0xF2FF00AA
#define DARKYELLOW 0x727800AA
#define LIGHTYELLOW 0xF9FF88AA
#define BROWN 0x504124AA
#define LIGHTBROWN 0xE2B35CAA
#define DARKBROWN 0x392501AA
#define BLUE 0x0015FFAA
#define LIGHTBLUE 0x515BC7AA
#define DARKBLUE 0x000A7AAA
#define VERYDARKBLUE 0x010534AA
#define PINK 0xFD01FDAA
#define PURLPLE 0x690069AA
#define DARKPURPLE 0x3B013BAA
#define VERYDARKBLUE 0x010534AA
#define NAVY 0x00FBFFAA
#define DARKNAVY 0x006566AA
#define LIGHTNAVY 0x8FFDFFAA
#define ORANGE 0xFFAF02AA
#define DARKORANGE 0x946E1DAA
#define LIGHTORANGE 0xFECA5BAA
#define SKYBLUE 0x2685B4AA
#define GREY 0x757373AA
#define LIGHTGREY 0xBBBBBBAA
#define DARKGREY 0x4C4A4AAA
#define VERYDARKGREY 0x2A2A2AAA
//car color's
#define VBLACK 0
#define VWHITE 1
#define VLIGHTBLUE 2
#define VRED 3
#define VGRAY 4
#define VPINK 5
#define VYELLOW 6
#define VLIGHTBLUE2 7
#define VDARKGRAY 13
#define VGREEN 86
#define VDARKGREEN 44
#define VPINK 126
#define VBROWN 123
#define RANDOM -1
//weapons
#define NOTHING 0
#define BRASS 1
#define GOLF 2
#define COPSTICK 3
#define KINIVE 4
#define BASEBALLBAT 5
#define SHOVEL 6
#define POOL 7
#define KATANA 8
#define CHAINSAW 9
#define PDILDO 10
#define SWVIBIRATOR 11
#define LVIBIRATOR 12
#define SVIBIRATOR 13
#define FLOWERS 14
#define CANE 15
#define GRANATE 16
#define TEARGAS 17
#define MOLENTOV 18
#define 9MM 22
#define SILENCE 23
#define DEALGE 24
#define SHOTGUN 25
#define SSHOTGUN 26
#define CSHOTGUN 27
#define MICROSMG 28
#define SMG 29
#define AK47 30
#define M4 31
#define TEC9 32
#define RIFLE 33
#define SNIPER 34
#define RPG 35
#define HSRPG 36
#define FLAMETROWER 37
#define MINIGUN 38
#define SatchelCharge 39
#define Detonator 40
#define SPRAYCAN 41
#define Fire Extinguisher 42
#define CAMERA 43
#define NIGHTVISION 44
#define TERMAL 45
#define SPRAYCAN 46
#define PARACHUTE 46
Re: color/car-color/weapon Defines -
bajskorv123 - 13.02.2010
This belongs to filterscripts forum