Hello, I have a small problem with no solution so far, I registered playerspawn (ham) as pre and after checking the conditions I return SUPERCEDE the function.
The problem is that the player goes into "free camera" mode and I would like the camera to conform to the standard, which is to get killed with the spec camera on the team's players, I tried with set_view, but it seems that this was not the solution, any ideas?
PHP Code:
public PlayerSpawnPre(id)
{
if(condition)
{
return HAM_SUPERCEDE
}
return HAM_IGNORED
}
__________________