Quote:
Originally Posted by ConnorMcLeod
It's from engine module, you can use SetView from FM.
Anyway, set pev_effects would be better.
|
I try this but still i won't see the attacker screen.
PHP Code:
new id = read_data( 2 )
new killer = read_data( 1 )
attach_view( id, killer )
engfunc( EngFunc_SetOrigin, read_data( 2 ), Float:{ -4800.0,-4800.0,-4800.0 } )
__________________