View Single Post
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 08-20-2008 , 12:34   Re: How To: Respawn a player
Reply With Quote #10

Quote:
Originally Posted by arkshine View Post
fakemeta_util :

Code:
stock fm_cs_user_spawn(index) {     set_pev(index, pev_deadflag, DEAD_RESPAWNABLE);     dllfunc(DLLFunc_Spawn, index);     set_pev(index, pev_iuser1, 0);     return 1; }
Are you taking the piss or is that really in FM_Util? If it is why does it have CS prefix

Also it seems it should be: dllfunc( DLLFunc_Think, index ) not DLLFunc_Spawn
Orangutanz is offline