mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
amb1624: revision 3234 was accidentally undone
This commit is contained in:
parent
6a4318f4d1
commit
86ea50dfdd
@ -372,6 +372,8 @@ enum
|
|||||||
// write_coord(position.z)
|
// write_coord(position.z)
|
||||||
// write_short(model index)
|
// write_short(model index)
|
||||||
// write_byte(scale / 10)
|
// write_byte(scale / 10)
|
||||||
|
// write_byte(size)
|
||||||
|
// write_byte(brightness)
|
||||||
|
|
||||||
#define TE_BEAMRING 24 // Connect a beam ring to two entities
|
#define TE_BEAMRING 24 // Connect a beam ring to two entities
|
||||||
// write_byte(TE_BEAMRING)
|
// write_byte(TE_BEAMRING)
|
||||||
@ -697,7 +699,7 @@ enum
|
|||||||
|
|
||||||
#define TE_PLAYERSPRITES 121 // Sprites emit from a player's bounding box (ONLY use for players!)
|
#define TE_PLAYERSPRITES 121 // Sprites emit from a player's bounding box (ONLY use for players!)
|
||||||
// write_byte(TE_PLAYERSPRITES)
|
// write_byte(TE_PLAYERSPRITES)
|
||||||
// write_byte(playernum)
|
// write_short(playernum)
|
||||||
// write_short(sprite modelindex)
|
// write_short(sprite modelindex)
|
||||||
// write_byte(count)
|
// write_byte(count)
|
||||||
// write_byte(variance) (0 = no variance in size) (10 = 10% variance in size)
|
// write_byte(variance) (0 = no variance in size) (10 = 10% variance in size)
|
||||||
|
Loading…
Reference in New Issue
Block a user