View Single Post
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 11-28-2017 , 15:26   Re: [H3LP] PlayerClass Fortress Forever
Reply With Quote #7

Quote:
Originally Posted by DarthMan View Post
When trying to spawn as a civilian, it says
#FF_ERROR_NOLONGERAVAILABLE.
What map was that on? Try removing RequestFrame() and putting DispatchSpawn() in its place.

Also change this line:
PHP Code:
SetEntProp(iTeamManagerProp_Send"m_iClasses"0_i); 
To this:
PHP Code:
SetEntProp(iTeamManagerProp_Send"m_iClasses"99_i); 

Last edited by hlstriker; 11-28-2017 at 15:29.
hlstriker is offline