Vos creaste esto? 
addEvent( "spawn_FailedToSpawn", true ); 
addEventHandler( "spawn_FailedToSpawn", g_root, 
    function( restricted, gang ) 
        if not restricted then 
            fadeCamera(true) 
            outputChatBox( "You failed to spawn. Try different skin.", 200, 40, 0 ); 
        else 
            fadeCamera(true) 
            outputChatBox("You are not in ".. gang .." group!",255,0,0) 
        end 
    end 
) 
 
Por alguna razon se parece mucho al que yo le di a un tipo.