Added *et_user_noclip

This commit is contained in:
Johnny Bergström
2004-02-16 13:48:00 +00:00
parent b75783da31
commit f65b93ce49
2 changed files with 64 additions and 1 deletions

View File

@ -87,4 +87,10 @@ stock user_spawn(index)
return spawn(index)
/* CS: Set deaths(should be removed to CS module later) (doesn't update info right away? fix later?) */
native set_user_deaths_cs(index, newdeaths);
native set_user_deaths_cs(index, newdeaths);
/* Sets player noclip. If you want to disable noclip set only first parameter. */
native set_user_noclip(index, noclip = 0);
/* Returns 1 if noclip is set. */
native get_user_noclip(index);