Quote:
Originally Posted by fysiks
Go ahead and add the screen fade code into your plugin.
For preventing a player from moving:
PHP Code:
set_pev(id, pev_flags, pev(id, pev_flags) | FL_FROZEN); // Freeze set_pev(id, pev_flags, pev(id, pev_flags) & ~FL_FROZEN); // UnFreeze
Requires fakemeta to be included.
|
Quote:
Originally Posted by fysiks
Go ahead and add the screen fade code into your plugin.
|
Thanks alot
But i dont know where to add that
I tried and i get only errors
thats why i type here