Why this message wont do anything?
PHP Code:
message_begin(MSG_PVS, SVC_PARTICLE, { 0,0,0 })
write_byte(TE_FIZZ)
write_short(ent) // ive tried with brush entity and player entity, wont work...
write_short(g_sprite2) // this g_sprite2 is fine because it works with ohter messages
write_byte(5) // ive tried many values here
message_end()
And as always, thanks!