Hi,
What i did wrong here?
PHP Code:
message_begin(MSG_PVS, SVC_TEMPENTITY, origin)
write_byte(TE_EXPLOSION)
write_coord(origin[0]) // origin x
write_coord(origin[1]) // origin y
write_coord(origin[2] + 75) // origin z
write_short(g_fireexpSpr2)
write_byte(22)
write_byte(35)
write_byte(TE_EXPLFLAG_NOSOUND)
message_end()
g_fireexpSpr2 = tested and working, no sprite missing or something
Is that possible i have too many messages on one public ?
Its very stange.
Thanks for reading.